initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PdfFileUpsertWithWhereUniqueWithoutGroupInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PdfFileUpsertWithWhereUniqueWithoutGroupInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user