UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

7 lines 305 B
import { z } from 'zod'; import { BaseResponseSchema } from '../../core/schemas'; // Health check schemas export const HealthCheckResponseSchema = BaseResponseSchema(z.string()); // Ping response schemas export const PingResponseSchema = BaseResponseSchema(z.string()); //# sourceMappingURL=schemas.js.map