Interface IGenshinRecordHome

Interface representing Genshin Impact player's home record information.

interface IGenshinRecordHome {
    comfort_level_icon: string;
    comfort_level_name: string;
    comfort_num: number;
    icon: string;
    item_num: number;
    level: number;
    name: string;
    visit_num: number;
}

Properties

comfort_level_icon: string

The URL of the icon representing the comfort level of the player's home.

comfort_level_name: string

The name of the comfort level of the player's home.

comfort_num: number

The comfort level of the player's home.

icon: string

The URL of the icon representing the player's home.

item_num: number

The number of items the player has placed in their home.

level: number

The level of the player's home.

name: string

The name of the player's home.

visit_num: number

The number of times the player has visited their home.