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

23 lines
2.3 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const BackupDestinationUpsertOneSchema: z.ZodType<Prisma.BackupDestinationUpsertArgs>;
export declare const BackupDestinationUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.BackupDestinationCreateInput, z.ZodTypeDef, Prisma.BackupDestinationCreateInput>, z.ZodType<Prisma.BackupDestinationUncheckedCreateInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.BackupDestinationUpdateInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateInput>, z.ZodType<Prisma.BackupDestinationUncheckedUpdateInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput;
where: Prisma.BackupDestinationWhereUniqueInput;
update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput;
include?: Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput;
where: Prisma.BackupDestinationWhereUniqueInput;
update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput;
include?: Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneBackupDestination.schema.d.ts.map