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