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 UserUpdateOneRequiredWithoutBackupsNestedInputObjectSchema: z.ZodType<Prisma.UserUpdateOneRequiredWithoutBackupsNestedInput>;
|
|
export declare const UserUpdateOneRequiredWithoutBackupsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutBackupsInput, z.ZodTypeDef, Prisma.UserCreateWithoutBackupsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutBackupsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutBackupsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserCreateOrConnectWithoutBackupsInput, z.ZodTypeDef, Prisma.UserCreateOrConnectWithoutBackupsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserUpsertWithoutBackupsInput, z.ZodTypeDef, Prisma.UserUpsertWithoutBackupsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutBackupsInput, z.ZodTypeDef, Prisma.UserUpdateToOneWithWhereWithoutBackupsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutBackupsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutBackupsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutBackupsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutBackupsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutBackupsInput | undefined;
|
|
}, {
|
|
create?: Prisma.UserCreateWithoutBackupsInput | Prisma.UserUncheckedCreateWithoutBackupsInput | undefined;
|
|
connectOrCreate?: Prisma.UserCreateOrConnectWithoutBackupsInput | undefined;
|
|
connect?: Prisma.UserWhereUniqueInput | undefined;
|
|
update?: Prisma.UserUpdateWithoutBackupsInput | Prisma.UserUncheckedUpdateWithoutBackupsInput | Prisma.UserUpdateToOneWithWhereWithoutBackupsInput | undefined;
|
|
upsert?: Prisma.UserUpsertWithoutBackupsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateOneRequiredWithoutBackupsNestedInput.schema.d.ts.map
|