23 lines
2.7 KiB
TypeScript
23 lines
2.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutAppointmentsNestedInput>;
|
|
export declare const PatientUpdateOneRequiredWithoutAppointmentsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutAppointmentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutAppointmentsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutAppointmentsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutAppointmentsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput | Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutAppointmentsInput | undefined;
|
|
}, {
|
|
create?: Prisma.PatientCreateWithoutAppointmentsInput | Prisma.PatientUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutAppointmentsInput | Prisma.PatientUncheckedUpdateWithoutAppointmentsInput | Prisma.PatientUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutAppointmentsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts.map
|