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

14 lines
1.0 KiB
TypeScript

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