UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

8 lines 268 B
import { z } from 'zod'; import { BaseResponseSchema } from '../../../core/schemas'; /** * Health Check response schema * OpenAPI Path: /health-check */ export const HealthCheckResponseSchema = BaseResponseSchema(z.string()); //# sourceMappingURL=healthCheck.js.map