Interface IGenshinSpiralAbyssBattle

Represents a battle in the Spiral Abyss event in Genshin Impact.

interface IGenshinSpiralAbyssBattle {
    avatars: IGenshinSpiralAbyssAvatar[];
    index: number;
    timestamp: string;
}

Properties

The avatars involved in the battle.

index: number

The index of the battle.

timestamp: string

The timestamp of the battle.