initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/PdfFileUpdateWithWhereUniqueWithoutGroupInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/PdfFileUpdateWithWhereUniqueWithoutGroupInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfFileUpdateWithWhereUniqueWithoutGroupInputObjectSchema: z.ZodType<Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput>;
|
||||
export declare const PdfFileUpdateWithWhereUniqueWithoutGroupInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateWithoutGroupInput>>, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedUpdateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedUpdateWithoutGroupInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.PdfFileWhereUniqueInput;
|
||||
data: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput;
|
||||
}, {
|
||||
where: Prisma.PdfFileWhereUniqueInput;
|
||||
data: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfFileUpdateWithWhereUniqueWithoutGroupInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user