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

14 lines
1.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput>;
export declare const ServiceLineCreateOrConnectWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput;
where: Prisma.ServiceLineWhereUniqueInput;
}, {
create: Prisma.ServiceLineCreateWithoutServiceLineTransactionsInput | Prisma.ServiceLineUncheckedCreateWithoutServiceLineTransactionsInput;
where: Prisma.ServiceLineWhereUniqueInput;
}>;
//# sourceMappingURL=ServiceLineCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts.map