17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput>;
|
|
export declare const PaymentUpsertWithWhereUniqueWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutUpdatedByInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput>>]>;
|
|
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;
|
|
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
|
|
}, {
|
|
create: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput;
|
|
where: Prisma.PaymentWhereUniqueInput;
|
|
update: Prisma.PaymentUncheckedUpdateWithoutUpdatedByInput | Prisma.PaymentUpdateWithoutUpdatedByInput;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpsertWithWhereUniqueWithoutUpdatedByInput.schema.d.ts.map
|