AppContextValue: {
    map?: Map;
    smart: {
        adviceKeywords: Map<string, KeywordAdviceItem[]>;
        entityPlaces: Map<string, ExtendedPlace>;
    };
    storage: Storage;
}

Type declaration

Generated using TypeDoc