UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

5 lines 643 B
export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check'; export { createImpOeLineResource, createImpOeLineDataResource, type ImpOeLineResource, type ImpOeLineDataResource, } from './imp-oe-line'; export { createImportResource, createImportDataResource, type ImportResource, type ImportDataResource, } from './import'; export { createScheduledImportMasterResource, createScheduledImportMasterDataResource, type ScheduledImportMasterResource, type ScheduledImportMasterDataResource, } from './scheduled-import-master'; //# sourceMappingURL=index.d.ts.map