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