UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

47 lines (46 loc) 2.46 kB
export * from './backupsService'; import { BackupsService } from './backupsService'; export * from './backupsServiceInterface'; export * from './customFieldsService'; import { CustomFieldsService } from './customFieldsService'; export * from './customFieldsServiceInterface'; export * from './customIconsService'; import { CustomIconsService } from './customIconsService'; export * from './customIconsServiceInterface'; export * from './experimentsService'; import { ExperimentsService } from './experimentsService'; export * from './experimentsServiceInterface'; export * from './explorerService'; import { ExplorerService } from './explorerService'; export * from './explorerServiceInterface'; export * from './externalRoutingService'; import { ExternalRoutingService } from './externalRoutingService'; export * from './externalRoutingServiceInterface'; export * from './factsService'; import { FactsService } from './factsService'; export * from './factsServiceInterface'; export * from './hardlinksService'; import { HardlinksService } from './hardlinksService'; export * from './hardlinksServiceInterface'; export * from './locationsService'; import { LocationsService } from './locationsService'; export * from './locationsServiceInterface'; export * from './ordersService'; import { OrdersService } from './ordersService'; export * from './ordersServiceInterface'; export * from './performersService'; import { PerformersService } from './performersService'; export * from './performersServiceInterface'; export * from './systemService'; import { SystemService } from './systemService'; export * from './systemServiceInterface'; export * from './transportsService'; import { TransportsService } from './transportsService'; export * from './transportsServiceInterface'; export * from './tripsService'; import { TripsService } from './tripsService'; export * from './tripsServiceInterface'; export * from './userSettingsService'; import { UserSettingsService } from './userSettingsService'; export * from './userSettingsServiceInterface'; export declare const APIS: (typeof BackupsService | typeof CustomFieldsService | typeof CustomIconsService | typeof ExperimentsService | typeof ExplorerService | typeof ExternalRoutingService | typeof FactsService | typeof HardlinksService | typeof LocationsService | typeof OrdersService | typeof PerformersService | typeof SystemService | typeof TransportsService | typeof TripsService | typeof UserSettingsService)[];