diff --git a/src/persistence.interfaces.ts b/src/persistence.interfaces.ts index 5ea0c5e2..d85f510d 100644 --- a/src/persistence.interfaces.ts +++ b/src/persistence.interfaces.ts @@ -45,7 +45,7 @@ export interface IGlobalStoreV2MinifiedKeys { export interface IPersistenceMinified extends Dictionary { cu: MPID; // Current User MPID gs: IGlobalStoreV2MinifiedKeys; - l: false; // IsLoggedIn + l: boolean; // IsLoggedIn // Persistence Minified can also store optional dictionaries with // an idex of MPID