initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/CloudFileCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/CloudFileCreateNestedManyWithoutUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileCreateNestedManyWithoutUserInputObjectSchema: z.ZodType<Prisma.CloudFileCreateNestedManyWithoutUserInput>;
|
||||
export declare const CloudFileCreateNestedManyWithoutUserInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.CloudFileCreateManyUserInputEnvelope>>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileCreateNestedManyWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user