Interface LocationData

Meridian Location data

interface LocationData {
    id: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string

Location ID

Generated using TypeDoc