@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
9 lines • 494 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PingResponseSchema = exports.HealthCheckResponseSchema = void 0;
const common_schemas_1 = require("../../../core/common-schemas");
// Health Check schemas using shared schema
exports.HealthCheckResponseSchema = common_schemas_1.CommonHealthCheckResponseSchema;
// Ping schema using standardized pattern
exports.PingResponseSchema = common_schemas_1.CommonPingResponseSchema;
//# sourceMappingURL=health.js.map