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