Skip to main content

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

NameTypeDescription
AvatarUrlstringThe URL of the player's avatar image.
levelnumberThe player's level.
nicknamestringThe player's nickname.
regionstringThe 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.

Defined in

src/client/gi/record/interfaces/record.interface.ts:266