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

14 lines
992 B
TypeScript

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