import * as z from 'zod'; export const DeleteInvitationSchema = z.object({ invitationId: z.number().int(), });