Interface Stores

interface Stores {
    elementStore: ElementStore;
    gisStore: GisStore;
    listingStore: ListingStore;
    mainStore: MainStore;
    notificationStore: NotificationStore;
    offlineStore: OfflineStore;
    translationStore: TranslationStore;
    userStore: UserStore;
}

Properties

elementStore: ElementStore
gisStore: GisStore
listingStore: ListingStore
mainStore: MainStore
notificationStore: NotificationStore
offlineStore: OfflineStore
translationStore: TranslationStore
userStore: UserStore