Skip to content

Documentation / @expofp/schema / RawCategory

Type Alias: RawCategory

ts
type RawCategory = object;

An exhibitor category — an entry in the config's categories list.

Type Declaration

Index Signature

ts
[key: string]: unknown

id

ts
id: number;

name

ts
name: string;

sponsorship?

ts
optional sponsorship?: boolean;