UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

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