# Interface: IGenshinRecordAvatar
Interface representing a Genshin Impact character's avatar data as recorded in the player's game data.
# Table of contents
# Properties
# Properties
# actived_constellation_num
• actived_constellation_num: number
The number of constellations unlocked for the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:36 (opens new window)
# card_image
• card_image: string
The URL for the avatar's card image.
# Defined in
src/modules/records/interface/records.inteface.ts:40 (opens new window)
# element
• element: string
The element associated with the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:20 (opens new window)
# fetter
• fetter: number
The number of fetters unlocked for the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:24 (opens new window)
# id
• id: number
The ID of the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:8 (opens new window)
# image
• image: string
The URL for the avatar's image.
# Defined in
src/modules/records/interface/records.inteface.ts:12 (opens new window)
# is_chosen
• is_chosen: boolean
Whether the avatar has been chosen as the player's current character.
# Defined in
src/modules/records/interface/records.inteface.ts:44 (opens new window)
# level
• level: number
The level of the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:28 (opens new window)
# name
• name: string
The name of the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:16 (opens new window)
# rarity
• rarity: number
The rarity of the avatar.
# Defined in
src/modules/records/interface/records.inteface.ts:32 (opens new window)