UNPKG

analytica-frontend-lib

Version:

Repositório público dos componentes utilizados nas plataformas da Analytica Ensino

24 lines 596 B
/** * Enum representing keys for feature flags. */ export declare enum FEATURE_FLAGS_KEYS { LOGIN = "LOGIN" } /** * Enum representing storage keys for authentication-related data. */ export declare enum KEYS { /** * Key for the Zustand persist storage. */ AUTH_STORAGE = "@auth-storage:analytica:v2", /** * Key for the Zustand persist storage. */ APP_STORAGE = "@app-storage:analytica:v2", /** * Key for the Zustand persist storage for lessons. */ LESSONS_STORAGE = "@lessons-storage:analytica:v2" } //# sourceMappingURL=keys.d.ts.map