# Interface: IGenshinRecordHome
Interface representing Genshin Impact player's home record information.
# Table of contents
# Properties
# Properties
# comfort_level_icon
• comfort_level_icon: string
The URL of the icon representing the comfort level of the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:227 (opens new window)
# comfort_level_name
• comfort_level_name: string
The name of the comfort level of the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:223 (opens new window)
# comfort_num
• comfort_num: number
The comfort level of the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:207 (opens new window)
# icon
• icon: string
The URL of the icon representing the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:219 (opens new window)
# item_num
• item_num: number
The number of items the player has placed in their home.
# Defined in
src/modules/records/interface/records.inteface.ts:211 (opens new window)
# level
• level: number
The level of the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:199 (opens new window)
# name
• name: string
The name of the player's home.
# Defined in
src/modules/records/interface/records.inteface.ts:215 (opens new window)
# visit_num
• visit_num: number
The number of times the player has visited their home.
# Defined in
src/modules/records/interface/records.inteface.ts:203 (opens new window)