import * as z from 'zod'; export const CommunicationCreateManyResultSchema = z.object({ count: z.number() });