# Interface: IGenshinSpiralAbyssLevel
Represents a level in the Spiral Abyss event in Genshin Impact.
# Table of contents
# Properties
# Properties
# battles
• battles: IGenshinSpiralAbyssBattle
[]
The battles that occurred in the level.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:82 (opens new window)
# index
• index: number
The index of the level.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:70 (opens new window)
# max_star
• max_star: number
The maximum star rating of the level.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:78 (opens new window)
# star
• star: number
The star rating of the level.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:74 (opens new window)