Interface IHSRRank

interface IHSRRank {
    desc: string;
    icon: string;
    id: number;
    is_unlocked: boolean;
    name: string;
    pos: number;
}

Properties

desc: string
icon: string
id: number
is_unlocked: boolean
name: string
pos: number