# Interface: IGenshinSpiralAbyssRank
Represents an avatar rank in the Spiral Abyss event in Genshin Impact.
# Table of contents
# Properties
# Properties
# avatar_icon
• avatar_icon: string
The icon of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:12 (opens new window)
# avatar_id
• avatar_id: number
The ID of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:8 (opens new window)
# rarity
• rarity: number
The rarity of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:20 (opens new window)
# value
• value: number
The rank value of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:16 (opens new window)