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

14 lines
1.1 KiB
TypeScript

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