Interface ZZZRecord

interface ZZZRecord {
    avatar_list: ZZZCharacterBase[];
    award_state: string;
    buddy_list: ZZZBangboo[];
    cat_notes_list: ZZZMewmewNotes[];
    cur_head_icon_url: string;
    stats: ZZZStats;
}

Properties

avatar_list: ZZZCharacterBase[]
award_state: string
buddy_list: ZZZBangboo[]
cat_notes_list: ZZZMewmewNotes[]
cur_head_icon_url: string
stats: ZZZStats