23 lines
2.5 KiB
TypeScript
23 lines
2.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateOneRequiredWithoutPatientsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutPatientsNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutPatientsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserCreateWithoutPatientsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutPatientsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutPatientsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutPatientsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutPatientsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutPatientsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutPatientsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutPatientsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutPatientsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutPatientsInput | Prisma.UserUncheckedUpdateWithoutPatientsInput | Prisma.UserUpdateToOneWithWhereWithoutPatientsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutPatientsInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutPatientsInput | Prisma.UserUncheckedCreateWithoutPatientsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutPatientsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutPatientsInput | Prisma.UserUncheckedUpdateWithoutPatientsInput | Prisma.UserUpdateToOneWithWhereWithoutPatientsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutPatientsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutPatientsNestedInput.schema.d.ts.map
|