Skip to content

Documentation / @expofp/schema / RawRegularBooth

Type Alias: RawRegularBooth

ts
type RawRegularBooth = object;

A standard sellable booth.

Type Declaration

Index Signature

ts
[key: string]: unknown

availColor?

ts
optional availColor?: string;

buyUrl?

ts
optional buyUrl?: string;

exhibitors?

ts
optional exhibitors?: number[];

externalId?

ts
optional externalId?: string;

holdColor?

ts
optional holdColor?: string;

id

ts
id: number;

labelColor?

ts
optional labelColor?: string;

meta?

ts
optional meta?: Record<string, string>;

name

ts
name: string;

poiTypeId?

ts
optional poiTypeId?: number;

price?

ts
optional price?: string;

reserveUrl?

ts
optional reserveUrl?: string;

size?

ts
optional size?: string;

soldColor?

ts
optional soldColor?: string;

status?

ts
optional status?: "onhold" | "reserved";

Unavailable-for-sale state; init-booths derives the onHold/reserved flags.

title?

ts
optional title?: string;

type?

ts
optional type?: string;