Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PaymentCreateManyUpdatedByInputEnvelope.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 PaymentCreateManyUpdatedByInputEnvelopeObjectSchema: z.ZodType<Prisma.PaymentCreateManyUpdatedByInputEnvelope>;
export declare const PaymentCreateManyUpdatedByInputEnvelopeObjectZodSchema: z.ZodObject<{
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInput>>, "many">]>;
skipDuplicates: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
data: Prisma.PaymentCreateManyUpdatedByInput | Prisma.PaymentCreateManyUpdatedByInput[];
skipDuplicates?: boolean | undefined;
}, {
data: Prisma.PaymentCreateManyUpdatedByInput | Prisma.PaymentCreateManyUpdatedByInput[];
skipDuplicates?: boolean | undefined;
}>;
//# sourceMappingURL=PaymentCreateManyUpdatedByInputEnvelope.schema.d.ts.map