@veeroute/lss-account-angular
Version:
OpenAPI client for @veeroute/lss-account-angular
23 lines (22 loc) • 1.04 kB
TypeScript
export * from './auditService';
import { AuditService } from './auditService';
export * from './auditServiceInterface';
export * from './authService';
import { AuthService } from './authService';
export * from './authServiceInterface';
export * from './dataService';
import { DataService } from './dataService';
export * from './dataServiceInterface';
export * from './infoService';
import { InfoService } from './infoService';
export * from './infoServiceInterface';
export * from './quotaService';
import { QuotaService } from './quotaService';
export * from './quotaServiceInterface';
export * from './statisticsService';
import { StatisticsService } from './statisticsService';
export * from './statisticsServiceInterface';
export * from './systemService';
import { SystemService } from './systemService';
export * from './systemServiceInterface';
export declare const APIS: (typeof AuditService | typeof AuthService | typeof DataService | typeof InfoService | typeof QuotaService | typeof StatisticsService | typeof SystemService)[];