14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CommunicationCreateOrConnectWithoutUserInputObjectSchema: z.ZodType<Prisma.CommunicationCreateOrConnectWithoutUserInput>;
|
|
export declare const CommunicationCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutUserInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput;
|
|
where: Prisma.CommunicationWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput;
|
|
where: Prisma.CommunicationWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=CommunicationCreateOrConnectWithoutUserInput.schema.d.ts.map
|