14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpdateToOneWithWhereWithoutProceduresInputObjectSchema: z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutProceduresInput>;
|
|
export declare const PatientUpdateToOneWithWhereWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutProceduresInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateToOneWithWhereWithoutProceduresInput.schema.d.ts.map
|