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