UNPKG

@veeroute/lss-routing-angular

Version:

OpenAPI client for @veeroute/lss-routing-angular

11 lines (10 loc) 466 B
export * from './matrixService'; import { MatrixService } from './matrixService'; export * from './matrixServiceInterface'; export * from './routeService'; import { RouteService } from './routeService'; export * from './routeServiceInterface'; export * from './systemService'; import { SystemService } from './systemService'; export * from './systemServiceInterface'; export declare const APIS: (typeof MatrixService | typeof RouteService | typeof SystemService)[];