StoredPlace: PlaceAttributes & {
    placeId: string;
    smartId?: string;
}

Place as per stored in the Storage.

Type declaration

  • placeId: string

    Identifier computed locally

  • Optional smartId?: string

    Server-defined identifier

Generated using TypeDoc