export interface GroupInvitePost { id: string; pending_invite_link?: string | null; }