# Interface: IGenshinSpiralAbyssAvatar
Represents an avatar in the Spiral Abyss event in Genshin Impact.
# Table of contents
# Properties
# Properties
# icon
• icon: string
The icon of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:34 (opens new window)
# id
• id: number
The ID of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:30 (opens new window)
# level
• level: number
The level of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:38 (opens new window)
# rarity
• rarity: number
The rarity of the avatar.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:42 (opens new window)