Add support battlesuits page
This commit is contained in:
@@ -150,3 +150,11 @@ export interface PopulatedSignetGroup {
|
||||
name: string
|
||||
sets: SignetSet[]
|
||||
}
|
||||
|
||||
export interface SupportBattlesuit {
|
||||
id: string
|
||||
name: string
|
||||
skillName: string
|
||||
description: string
|
||||
cooldown: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user