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

17 lines
1.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentCreateNestedOneWithoutServiceLineTransactionsInputObjectSchema: z.ZodType<Prisma.PaymentCreateNestedOneWithoutServiceLineTransactionsInput>;
export declare const PaymentCreateNestedOneWithoutServiceLineTransactionsInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
}, {
create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
}>;
//# sourceMappingURL=PaymentCreateNestedOneWithoutServiceLineTransactionsInput.schema.d.ts.map