# Interface: IGenshinSpiralAbyss
Represents the Spiral Abyss in Genshin Impact.
# Table of contents
# Properties
- damage_rank
- defeat_rank
- end_time
- energy_skill_rank
- floors
- is_unlock
- max_floor
- normal_skill_rank
- reveal_rank
- schedule_id
- start_time
- take_damage_rank
- total_battle_times
- total_star
- total_win_times
# Properties
# damage_rank
• damage_rank: IGenshinSpiralAbyssRank
[]
The rankings for damage dealt in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:158 (opens new window)
# defeat_rank
• defeat_rank: IGenshinSpiralAbyssRank
[]
The rankings for defeating the monsters in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:154 (opens new window)
# end_time
• end_time: string
The end time of the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:134 (opens new window)
# energy_skill_rank
• energy_skill_rank: IGenshinSpiralAbyssRank
[]
The rankings for using elemental burst skills in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:170 (opens new window)
# floors
• floors: IGenshinSpiralAbyssFloor
[]
The floors in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:174 (opens new window)
# is_unlock
• is_unlock: boolean
Whether the Spiral Abyss is unlocked.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:182 (opens new window)
# max_floor
• max_floor: string
The maximum floor reached in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:146 (opens new window)
# normal_skill_rank
• normal_skill_rank: IGenshinSpiralAbyssRank
[]
The rankings for using normal skills in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:166 (opens new window)
# reveal_rank
• reveal_rank: IGenshinSpiralAbyssRank
[]
The rankings for revealing the floor in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:150 (opens new window)
# schedule_id
• schedule_id: number
The ID of the Spiral Abyss schedule.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:126 (opens new window)
# start_time
• start_time: string
The start time of the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:130 (opens new window)
# take_damage_rank
• take_damage_rank: IGenshinSpiralAbyssRank
[]
The rankings for taking damage in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:162 (opens new window)
# total_battle_times
• total_battle_times: number
The total number of battles fought in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:138 (opens new window)
# total_star
• total_star: number
The total number of stars obtained in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:178 (opens new window)
# total_win_times
• total_win_times: number
The total number of battles won in the Spiral Abyss.
# Defined in
src/modules/records/interface/spiralAbyss.interface.ts:142 (opens new window)