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 UserCreateOrConnectWithoutBackupDestinationsInputObjectSchema: z.ZodType<Prisma.UserCreateOrConnectWithoutBackupDestinationsInput>;
|
|
export declare const UserCreateOrConnectWithoutBackupDestinationsInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.UserWhereUniqueInput, z.ZodTypeDef, Prisma.UserWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UserCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserCreateWithoutBackupDestinationsInput>>, z.ZodLazy<z.ZodType<Prisma.UserUncheckedCreateWithoutBackupDestinationsInput, z.ZodTypeDef, Prisma.UserUncheckedCreateWithoutBackupDestinationsInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput;
|
|
where: Prisma.UserWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput;
|
|
where: Prisma.UserWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=UserCreateOrConnectWithoutBackupDestinationsInput.schema.d.ts.map
|