export interface Link { messageId: string; to: { pathname: string; search: string; }; }