interface Suggestion {
    prototype: string;
    username: string;
}

Properties

Properties

prototype: string
username: string