@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
5 lines • 559 B
TypeScript
export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check';
export { createPingResource, createPingDataResource, type PingResource, type PingDataResource, } from './ping';
export { createSpeedshipResource, createSpeedshipDataResource, type SpeedshipResource, type SpeedshipDataResource, } from './speedship';
export { createShipviaResource, createShipviaDataResource, type ShipviaResource, type ShipviaDataResource, } from './shipvia';
//# sourceMappingURL=index.d.ts.map