Type alias ClientDep

ClientDep: {
    httpService: IHttpService;
    keyStorage: IKeyStorage;
    projectId: string;
    sessionService: SessionService;
    tokens: Tokens;
}

Type declaration

Generated using TypeDoc