Interface IGenshinSpiralAbyssAvatar

Represents an avatar in the Spiral Abyss event in Genshin Impact.

interface IGenshinSpiralAbyssAvatar {
    icon: string;
    id: number;
    level: number;
    rarity: number;
}

Properties

Properties

icon: string

The icon of the avatar.

id: number

The ID of the avatar.

level: number

The level of the avatar.

rarity: number

The rarity of the avatar.