Documentation / @expofp/schema / RawPoiType
Type Alias: RawPoiType
ts
type RawPoiType = object;A point-of-interest type — an entry in the config's poiTypes list. parentId nests them into a shallow tree.
Type Declaration
Index Signature
ts
[key: string]: unknowniconUrl?
ts
optional iconUrl?: string;Icon shown for this type; overrides the built-in glyph.
id
ts
id: number;name
ts
name: string;parentId?
ts
optional parentId?: number;