@veeroute/lss-packer-angular
Version:
OpenAPI client for @veeroute/lss-packer-angular
8 lines (7 loc) • 314 B
TypeScript
export * from './packService';
import { PackService } from './packService';
export * from './packServiceInterface';
export * from './systemService';
import { SystemService } from './systemService';
export * from './systemServiceInterface';
export declare const APIS: (typeof PackService | typeof SystemService)[];