UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

6 lines 385 B
import { CommonHealthCheckResponseSchema, CommonPingResponseSchema, } from '../../../core/common-schemas'; // Health Check Response Schema using standardized pattern export const HealthCheckResponseSchema = CommonHealthCheckResponseSchema; // Ping Response Schema using standardized pattern export const PingResponseSchema = CommonPingResponseSchema; //# sourceMappingURL=health.js.map