# Interface: IGenshinRecord
Interface representing a Genshin Impact player record.
# Table of contents
# Properties
# Properties
# avatars
• avatars: IGenshinRecordAvatar
[]
An array of the player's avatars.
# Defined in
src/modules/records/interface/records.inteface.ts:258 (opens new window)
# city_explorations
• city_explorations: unknown
[]
An array of the player's city explorations. The structure of this array is not specified.
# Defined in
src/modules/records/interface/records.inteface.ts:275 (opens new window)
# homes
• homes: IGenshinRecordHome
[]
An array of the player's homes.
# Defined in
src/modules/records/interface/records.inteface.ts:270 (opens new window)
# role
• role: Object
An object containing player role information.
# Type declaration
Name | Type | Description |
---|---|---|
AvatarUrl | string | The URL of the player's avatar image. |
level | number | The player's level. |
nickname | string | The player's nickname. |
region | string | The region of the player's game account. |
# Defined in
src/modules/records/interface/records.inteface.ts:237 (opens new window)
# stats
• stats: IGenshinRecordStat
An object containing the player's statistics.
# Defined in
src/modules/records/interface/records.inteface.ts:262 (opens new window)
# world_explorations
• world_explorations: IGenshinRecordWorldExploration
[]
An array of the player's world explorations.
# Defined in
src/modules/records/interface/records.inteface.ts:266 (opens new window)