initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CommunicationUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput>;
|
||||
export declare const CommunicationUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
|
||||
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
|
||||
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateWithoutUserInput>>]>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.CommunicationWhereUniqueInput;
|
||||
data: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
|
||||
}, {
|
||||
where: Prisma.CommunicationWhereUniqueInput;
|
||||
data: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
|
||||
}>;
|
||||
//# sourceMappingURL=CommunicationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user