namespace Store { interface MainStoreState { systemUserInfo: SystemUserInfo | null; loginResult: LoginResult | null; loading: ScreenLoading; } }