Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/UserCreateOrConnectWithoutBackupDestinationsInput.schema.d.ts
2026-04-04 22:13:55 -04:00

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