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

17 lines
1.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupUpsertWithWhereUniqueWithoutUserInput>;
export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.DatabaseBackupWhereUniqueInput, z.ZodTypeDef, Prisma.DatabaseBackupWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DatabaseBackupCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.DatabaseBackupUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.DatabaseBackupUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput;
where: Prisma.DatabaseBackupWhereUniqueInput;
update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
}, {
create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput;
where: Prisma.DatabaseBackupWhereUniqueInput;
update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput;
}>;
//# sourceMappingURL=DatabaseBackupUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map