export interface Mention {
    id: string;
    username: string;
}
