14 lines
968 B
TypeScript
14 lines
968 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ClaimCreateManyPatientInputEnvelopeObjectSchema: z.ZodType<Prisma.ClaimCreateManyPatientInputEnvelope>;
|
|
export declare const ClaimCreateManyPatientInputEnvelopeObjectZodSchema: z.ZodObject<{
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyPatientInput, z.ZodTypeDef, Prisma.ClaimCreateManyPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyPatientInput, z.ZodTypeDef, Prisma.ClaimCreateManyPatientInput>>, "many">]>;
|
|
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.ClaimCreateManyPatientInput | Prisma.ClaimCreateManyPatientInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}, {
|
|
data: Prisma.ClaimCreateManyPatientInput | Prisma.ClaimCreateManyPatientInput[];
|
|
skipDuplicates?: boolean | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ClaimCreateManyPatientInputEnvelope.schema.d.ts.map
|