14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PaymentUpdateManyWithWhereWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput>;
|
|
export declare const PaymentUpdateManyWithWhereWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyMutationInput, z.ZodTypeDef, Prisma.PaymentUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PaymentScalarWhereInput;
|
|
data: Prisma.PaymentUpdateManyMutationInput | Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByInput;
|
|
}, {
|
|
where: Prisma.PaymentScalarWhereInput;
|
|
data: Prisma.PaymentUpdateManyMutationInput | Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByInput;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpdateManyWithWhereWithoutUpdatedByInput.schema.d.ts.map
|