UNPKG

sss-core-lib

Version:

This package is used to interact with the cloud service.

9 lines (8 loc) 313 B
import { Api } from '../api'; import { HttpClient } from '@angular/common/http'; import { AuthService } from '../auth/auth.service'; export declare class UserService extends Api { readonly http: HttpClient; readonly authService: AuthService; constructor(http: HttpClient, authService: AuthService); }