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