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 PaymentUpdateManyWithWhereWithoutPatientInputObjectSchema: z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutPatientInput>;
|
|
export declare const PaymentUpdateManyWithWhereWithoutPatientInputObjectZodSchema: 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.PaymentUncheckedUpdateManyWithoutPatientInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateManyWithoutPatientInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PaymentScalarWhereInput;
|
|
data: Prisma.PaymentUpdateManyMutationInput | Prisma.PaymentUncheckedUpdateManyWithoutPatientInput;
|
|
}, {
|
|
where: Prisma.PaymentScalarWhereInput;
|
|
data: Prisma.PaymentUpdateManyMutationInput | Prisma.PaymentUncheckedUpdateManyWithoutPatientInput;
|
|
}>;
|
|
//# sourceMappingURL=PaymentUpdateManyWithWhereWithoutPatientInput.schema.d.ts.map
|