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