14 lines
1016 B
TypeScript
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
|