@simpleapps-com/augur-api
Version:
TypeScript client library for Augur microservices API endpoints
7 lines • 389 B
JavaScript
import { z } from 'zod';
import { BaseResponseSchema } from '../../../core/schemas';
// Reuse existing ProductLink schema but for the new endpoint structure
import { ProductLinkSchema } from './productLinks';
// Response Schemas for the new OpenAPI endpoints
export const InvMastLinksResponseSchema = BaseResponseSchema(z.array(ProductLinkSchema));
//# sourceMappingURL=invMastLinks.js.map