Skip to content

Documentation / @expofp/schema / Speaker

Type Alias: Speaker ​

ts
type Speaker = object;

A session speaker — an entry in a ScheduleItemSchema's speakers.

Type Declaration ​

Index Signature ​

ts
[key: string]: unknown

photoFile? ​

ts
optional photoFile?: string;