14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
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
|