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