Documentation / @expofp/schema / ScheduleItem
Type Alias: ScheduleItem
ts
type ScheduleItem = object;One agenda/session entry — an entry in the config's events list.
Type Declaration
Index Signature
ts
[key: string]: unknownboothId?
ts
optional boothId?: number;description?
ts
optional description?: string;endDate?
ts
optional endDate?: string;exhibitorId?
ts
optional exhibitorId?: number;externalId?
ts
optional externalId?: string;id
ts
id: number;link?
ts
optional link?: string;logoFile?
ts
optional logoFile?: string;name
ts
name: string;speakers?
ts
optional speakers?: object[];Index Signature
ts
[key: string]: unknownstartDate?
ts
optional startDate?: string;tracks?
ts
optional tracks?: unknown[];