export interface Invite { link: string; document_name: string; inviter_email: string; action: string; status: string; }