export interface GGG {
    ccgg: number;
}
export interface MyRank {
    nickname: number;
    ggg: GGG;
    xxx: GGG;
}