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

14 lines
1003 B
TypeScript

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