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