UNPKG

architect-sdk

Version:

Essentialz Architect SDK

8 lines (7 loc) 361 B
import { HttpClientInterface } from '../http'; import { ResourceService } from './ResourceService'; import { TokenManagerInterface } from '../auth/token'; export declare class UsersService<T> extends ResourceService<T> { constructor(httpClient: HttpClientInterface, tokenManager: TokenManagerInterface); protected getResourceUrl(id?: string): string; }