@mx-cartographer/experiences 3.1.1-alpha.j2 → 3.1.1-alpha.j4

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export declare class AccountStore {
10
10
  institutions: Institution[];
11
11
  members: Member[];
12
12
  uiStore: UiStore;
13
+ isInitialized: boolean;
13
14
  constructor(globalStore: GlobalStore);
14
15
  initialize: (endpoint: string, token: string) => void;
15
16
  get cashAccounts(): Account[];