Skip to content

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]: unknown

boothId? ​

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;
ts
optional link?: string;

logoFile? ​

ts
optional logoFile?: string;

name ​

ts
name: string;

speakers? ​

ts
optional speakers?: object[];

Index Signature ​

ts
[key: string]: unknown

startDate? ​

ts
optional startDate?: string;

tracks? ​

ts
optional tracks?: unknown[];