14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const UserUpdateToOneWithWhereWithoutBackupDestinationsInputObjectSchema: z.ZodType<Prisma.UserUpdateToOneWithWhereWithoutBackupDestinationsInput>;
|
|
export declare const UserUpdateToOneWithWhereWithoutBackupDestinationsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserWhereInput, z.ZodTypeDef, Prisma.UserWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUpdateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.UserUpdateWithoutBackupDestinationsInput | Prisma.UserUncheckedUpdateWithoutBackupDestinationsInput;
|
|
where?: Prisma.UserWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=UserUpdateToOneWithWhereWithoutBackupDestinationsInput.schema.d.ts.map
|