Skip to content

Type Alias: ExpoFpSchedule

ExpoFpSchedule = object

Defined in: types.ts:592

Represents a scheduled event.

Properties

boothId

boothId: number

Defined in: types.ts:596

ID of the booth where the event takes place


description

description: string

Defined in: types.ts:604

Description of the event


endDate

endDate: string

Defined in: types.ts:608

End date and time of the event as an ISO string


exhibitorId?

optional exhibitorId: number

Defined in: types.ts:598

Optional ID of the exhibitor hosting the event


externalId

externalId: string

Defined in: types.ts:600

External identifier for the event


id

id: number

Defined in: types.ts:594

Unique identifier for the scheduled event


optional link: URL

Defined in: types.ts:610

Optional URL link for more information about the event


name

name: string

Defined in: types.ts:602

Name of the event


startDate

startDate: string

Defined in: types.ts:606

Start date and time of the event as an ISO string