interface Mention {
    id: string;
    name?: string;
    username?: string;
}

Properties

Properties

id: string
name?: string
username?: string