Type alias SessionServiceDep

SessionServiceDep: {
    httpService: IHttpService;
    keyStorage: IKeyStorage;
    sessionStorage: ISessionsStorage;
    storage: IStorage;
}

Type declaration

Generated using TypeDoc