Skip to content

Documentation / @expofp/schema / RawExhibitor

Type Alias: RawExhibitor ​

ts
type RawExhibitor = object;

Type Declaration ​

Index Signature ​

ts
[key: string]: unknown

address? ​

ts
optional address?: string;

address2? ​

ts
optional address2?: string;
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;
ts
optional featured?: boolean;
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;
ts
optional logo?: 
  | string
  | {
  smallUrl?: string;
  tinyUrl?: string;
  url: string;
} = ExhibitorLogoSchema;

logoAspectRatio? ​

ts
optional logoAspectRatio?: number;

The logo's width divided by its height.

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

name ​

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;