17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
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
|