interface HostRank {
    icon: string;
    rank: string;
}

Properties

Properties

icon: string
rank: string