23 lines
2.6 KiB
TypeScript
23 lines
2.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutAppointmentsNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutAppointmentsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutAppointmentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutAppointmentsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutAppointmentsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutAppointmentsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutAppointmentsInput | Prisma.UserUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutAppointmentsInput | Prisma.UserUncheckedUpdateWithoutAppointmentsInput | Prisma.UserUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutAppointmentsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutAppointmentsNestedInput.schema.d.ts.map
|