Interface: IGenshinRecord
Interface representing a Genshin Impact player record.
Properties
avatars
• avatars: IGenshinRecordAvatar
[]
An array of the player's avatars.
Defined in
src/client/gi/record/interfaces/record.interface.ts:258
city_explorations
• city_explorations: unknown
[]
An array of the player's city explorations. The structure of this array is not specified.
Defined in
src/client/gi/record/interfaces/record.interface.ts:275
homes
• homes: IGenshinRecordHome
[]
An array of the player's homes.
Defined in
src/client/gi/record/interfaces/record.interface.ts:270
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/client/gi/record/interfaces/record.interface.ts:237
stats
• stats: IGenshinRecordStat
An object containing the player's statistics.
Defined in
src/client/gi/record/interfaces/record.interface.ts:262
world_explorations
• world_explorations: IGenshinRecordWorldExploration
[]
An array of the player's world explorations.