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