Documentation / @expofp/schema / RawExhibitor
Type Alias: RawExhibitor
ts
type RawExhibitor = object;Type Declaration
Index Signature
ts
[key: string]: unknownaddress?
ts
optional address?: string;address2?
ts
optional address2?: string;advertise?
ts
optional advertise?: boolean;categories?
ts
optional categories?: number[];city?
ts
optional city?: string;country?
ts
optional country?: string;description?
ts
optional description?: string;email?
ts
optional email?: string;externalId?
ts
optional externalId?: string;facebook?
ts
optional facebook?: string;featured?
ts
optional featured?: boolean;gallery?
ts
optional gallery?: string[];googlePlus?
ts
optional googlePlus?: string;id
ts
id: number;instagram?
ts
optional instagram?: string;leadingImageUrl?
ts
optional leadingImageUrl?: string;linkedin?
ts
optional linkedin?: string;logo?
ts
optional logo?:
| string
| {
smallUrl?: string;
tinyUrl?: string;
url: string;
} = ExhibitorLogoSchema;logoInBooth?
ts
optional logoInBooth?: boolean;Paint the logo inside the exhibitor's booth shape on the drawing.
marketMaterials?
ts
optional marketMaterials?: object[];Index Signature
ts
[key: string]: unknownname
ts
name: string;order?
ts
optional order?: number;phone1?
ts
optional phone1?: string;privateEmail?
ts
optional privateEmail?: string;rebookingNote?
ts
optional rebookingNote?: string;rebookingState?
ts
optional rebookingState?: number;state?
ts
optional state?: string;twitter?
ts
optional twitter?: string;videoUrl?
ts
optional videoUrl?: string;website?
ts
optional website?: string;xing?
ts
optional xing?: string;youtube?
ts
optional youtube?: string;zip?
ts
optional zip?: string;