initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/CloudFileUpsertWithoutChunksInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/CloudFileUpsertWithoutChunksInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileUpsertWithoutChunksInputObjectSchema: z.ZodType<Prisma.CloudFileUpsertWithoutChunksInput>;
|
||||
export declare const CloudFileUpsertWithoutChunksInputObjectZodSchema: z.ZodObject<{
|
||||
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutChunksInput>>]>;
|
||||
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutChunksInput>>]>;
|
||||
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
|
||||
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
}, {
|
||||
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
|
||||
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
|
||||
where?: Prisma.CloudFileWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileUpsertWithoutChunksInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user