17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfFileUpsertWithWhereUniqueWithoutGroupInputObjectSchema: z.ZodType<Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput>;
|
|
export declare const PdfFileUpsertWithWhereUniqueWithoutGroupInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateWithoutGroupInput>>, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedUpdateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedUpdateWithoutGroupInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput;
|
|
where: Prisma.PdfFileWhereUniqueInput;
|
|
update: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput;
|
|
}, {
|
|
create: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput;
|
|
where: Prisma.PdfFileWhereUniqueInput;
|
|
update: Prisma.PdfFileUpdateWithoutGroupInput | Prisma.PdfFileUncheckedUpdateWithoutGroupInput;
|
|
}>;
|
|
//# sourceMappingURL=PdfFileUpsertWithWhereUniqueWithoutGroupInput.schema.d.ts.map
|