initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
import { BackupDestinationWhereInputObjectSchema as BackupDestinationWhereInputObjectSchema } from './objects/BackupDestinationWhereInput.schema';
|
||||
|
||||
export const BackupDestinationDeleteManySchema: z.ZodType<Prisma.BackupDestinationDeleteManyArgs> = z.object({ where: BackupDestinationWhereInputObjectSchema.optional() }).strict() as unknown as z.ZodType<Prisma.BackupDestinationDeleteManyArgs>;
|
||||
|
||||
export const BackupDestinationDeleteManyZodSchema = z.object({ where: BackupDestinationWhereInputObjectSchema.optional() }).strict();
|
||||
Reference in New Issue
Block a user