cartes.gouv.fr-service
    Preparing search index...

    Type Alias ServiceStoreState

    État interne du store service.

    type ServiceStoreState = {
        connexion: any;
        authentificateSyncNeeded: boolean;
    }
    Index

    Properties

    connexion: any

    Instance de service courante (normalisée via serviceFactoryCreate).

    authentificateSyncNeeded: boolean

    Indique si une synchronisation d'authentification est requise.