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

14 lines
1016 B
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimCreateManyAppointmentInputEnvelopeObjectSchema: z.ZodType<Prisma.ClaimCreateManyAppointmentInputEnvelope>;
export declare const ClaimCreateManyAppointmentInputEnvelopeObjectZodSchema: z.ZodObject<{
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateManyAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateManyAppointmentInput>>, "many">]>;
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
data: Prisma.ClaimCreateManyAppointmentInput | Prisma.ClaimCreateManyAppointmentInput[];
skipDuplicates?: boolean | undefined;
}, {
data: Prisma.ClaimCreateManyAppointmentInput | Prisma.ClaimCreateManyAppointmentInput[];
skipDuplicates?: boolean | undefined;
}>;
//# sourceMappingURL=ClaimCreateManyAppointmentInputEnvelope.schema.d.ts.map