export default interface IMention {
    id: string;
    username: string;
}
