17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpsertWithoutProceduresInputObjectSchema: z.ZodType<Prisma.PatientUpsertWithoutProceduresInput>;
|
|
export declare const PatientUpsertWithoutProceduresInputObjectZodSchema: z.ZodObject<{
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutProceduresInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutProceduresInput>>]>;
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereInput, z.ZodTypeDef, Prisma.PatientWhereInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput;
|
|
update: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}, {
|
|
create: Prisma.PatientCreateWithoutProceduresInput | Prisma.PatientUncheckedCreateWithoutProceduresInput;
|
|
update: Prisma.PatientUpdateWithoutProceduresInput | Prisma.PatientUncheckedUpdateWithoutProceduresInput;
|
|
where?: Prisma.PatientWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpsertWithoutProceduresInput.schema.d.ts.map
|