Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Properties

Type aliases

Keys

Keys: "endDate" | "entity" | "name" | "startDate"

Properties

default

default: (project?: Pick<{ description?: string; endDate?: string; entity?: string; highlights?: string[]; keywords?: string[]; name?: string; roles?: string[]; startDate?: string; type?: string; url?: string }, Keys>) => TableRow[]

Type declaration

    • (project?: Pick<{ description?: string; endDate?: string; entity?: string; highlights?: string[]; keywords?: string[]; name?: string; roles?: string[]; startDate?: string; type?: string; url?: string }, Keys>): TableRow[]
    • Parameters

      • project: Pick<{ description?: string; endDate?: string; entity?: string; highlights?: string[]; keywords?: string[]; name?: string; roles?: string[]; startDate?: string; type?: string; url?: string }, Keys> = {}

      Returns TableRow[]

Generated using TypeDoc