UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

5 lines 676 B
export { createPingResource, createHealthCheckResource, createPingDataResource, createHealthCheckDataResource, type PingResource, type HealthCheckResource, type PingDataResource, type HealthCheckDataResource, } from './health-check'; export { createItemSearchResource, createItemSearchDataResource, type ItemSearchResource, type ItemSearchDataResource, } from './item-search'; export { createItemsResource, createItemsDataResource, type ItemsResource, type ItemsDataResource, } from './items'; export { createSuggestionsResource, createSuggestionsDataResource, type SuggestionsResource, type SuggestionsDataResource, } from './suggestions'; //# sourceMappingURL=index.d.ts.map