20 lines
1.7 KiB
TypeScript
20 lines
1.7 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PatientUpdateOneSchema: z.ZodType<Prisma.PatientUpdateArgs>;
|
|
export declare const PatientUpdateOneZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.PatientSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PatientSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodOptional<z.ZodType<Prisma.PatientInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PatientInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
data: z.ZodUnion<[z.ZodType<Prisma.PatientUpdateInput, z.ZodTypeDef, Prisma.PatientUpdateInput>, z.ZodType<Prisma.PatientUncheckedUpdateInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateInput>]>;
|
|
where: z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.PatientWhereUniqueInput;
|
|
data: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput;
|
|
include?: Prisma.PatientInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.PatientSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}, {
|
|
where: Prisma.PatientWhereUniqueInput;
|
|
data: Prisma.PatientUpdateInput | Prisma.PatientUncheckedUpdateInput;
|
|
include?: Prisma.PatientInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.PatientSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=updateOnePatient.schema.d.ts.map
|