Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PaymentCreateOrConnectWithoutServiceLineTransactionsInput.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 PaymentCreateOrConnectWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput>;
export declare const PaymentCreateOrConnectWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput;
where: Prisma.PaymentWhereUniqueInput;
}, {
create: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput;
where: Prisma.PaymentWhereUniqueInput;
}>;
//# sourceMappingURL=PaymentCreateOrConnectWithoutServiceLineTransactionsInput.schema.d.ts.map