UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

9 lines 359 B
import { z } from 'zod'; import { BaseResponseSchema } from '../../../core/schemas'; export const ShipToDataRefreshResponseSchema = z.object({ message: z.string(), timestamp: z.string(), jobId: z.string(), }); export const ShipToRefreshResponseSchema = BaseResponseSchema(ShipToDataRefreshResponseSchema); //# sourceMappingURL=shipToRefresh.js.map