Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ClaimFileMinAggregateInput.schema.d.ts
2026-04-04 22:13:55 -04:00

20 lines
812 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimFileMinAggregateInputObjectSchema: z.ZodType<Prisma.ClaimFileMinAggregateInputType>;
export declare const ClaimFileMinAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
claimId: z.ZodOptional<z.ZodLiteral<true>>;
filename: z.ZodOptional<z.ZodLiteral<true>>;
mimeType: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
id?: true | undefined;
filename?: true | undefined;
mimeType?: true | undefined;
claimId?: true | undefined;
}, {
id?: true | undefined;
filename?: true | undefined;
mimeType?: true | undefined;
claimId?: true | undefined;
}>;
//# sourceMappingURL=ClaimFileMinAggregateInput.schema.d.ts.map