@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
5 lines • 650 B
TypeScript
export { createHealthCheckResource, createHealthCheckDataResource, createPingResource, createPingDataResource, type HealthCheckResource, type HealthCheckDataResource, type PingResource, type PingDataResource, } from './health-check';
export { createUnifiedResource, createUnifiedDataResource, type UnifiedResource, type UnifiedDataResource, } from './unified';
export { createElementResource, createElementDataResource, type ElementResource, type ElementDataResource, } from './element';
export { createMonerisResource, createMonerisDataResource, type MonerisResource, type MonerisDataResource, } from './moneris';
//# sourceMappingURL=index.d.ts.map