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 PatientUpdateToOneWithWhereWithoutDocumentsInputObjectSchema: z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput>;
|
|
export declare const PatientUpdateToOneWithWhereWithoutDocumentsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutDocumentsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateToOneWithWhereWithoutDocumentsInput.schema.d.ts.map
|