20 lines
2.9 KiB
TypeScript
20 lines
2.9 KiB
TypeScript
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
|