Skip to content

Documentation / @expofp/schema / RawSpecialBooth

Type Alias: RawSpecialBooth

ts
type RawSpecialBooth = object;

A non-sellable special area (entrance, lounge, …), tagged special: true.

Type Declaration

Index Signature

ts
[key: string]: unknown

color?

ts
optional color?: string;

description?

ts
optional description?: string;

exhibitors?

ts
optional exhibitors?: number[];

externalId?

ts
optional externalId?: string;

id

ts
id: number;

meta?

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

name

ts
name: string;

poiTypeId?

ts
optional poiTypeId?: number;

special

ts
special: true;

title?

ts
optional title?: string;