initial commit
This commit is contained in:
14
packages/db/shared/schemas/updateManyCloudFile.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/updateManyCloudFile.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFileUpdateManySchema: z.ZodType<Prisma.CloudFileUpdateManyArgs>;
|
||||
export declare const CloudFileUpdateManyZodSchema: z.ZodObject<{
|
||||
data: z.ZodType<Prisma.CloudFileUpdateManyMutationInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyMutationInput>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
data: Prisma.CloudFileUpdateManyMutationInput;
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
}, {
|
||||
data: Prisma.CloudFileUpdateManyMutationInput;
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=updateManyCloudFile.schema.d.ts.map
|
||||
Reference in New Issue
Block a user