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 UserUpdateOneRequiredWithoutNotificationsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutNotificationsNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutNotificationsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserCreateWithoutNotificationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutNotificationsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutNotificationsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutNotificationsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutNotificationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutNotificationsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutNotificationsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutNotificationsInput | Prisma.UserUncheckedCreateWithoutNotificationsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutNotificationsInput | Prisma.UserUncheckedUpdateWithoutNotificationsInput | Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutNotificationsInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutNotificationsInput | Prisma.UserUncheckedCreateWithoutNotificationsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutNotificationsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutNotificationsInput | Prisma.UserUncheckedUpdateWithoutNotificationsInput | Prisma.UserUpdateToOneWithWhereWithoutNotificationsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutNotificationsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutNotificationsNestedInput.schema.d.ts.map
|