feature/boss-sprites-and-badges (#22)
Reviewed-on: TheFurya/nuzlocke-tracker#22 Co-authored-by: Julian Tabel <juliantabel.jt@gmail.com> Co-committed-by: Julian Tabel <juliantabel.jt@gmail.com>
This commit was merged in pull request #22.
This commit is contained in:
@@ -151,6 +151,7 @@ export interface CreateBossBattleInput {
|
||||
location: string
|
||||
section?: string | null
|
||||
spriteUrl?: string | null
|
||||
gameId?: number | null
|
||||
}
|
||||
|
||||
export interface UpdateBossBattleInput {
|
||||
@@ -165,6 +166,7 @@ export interface UpdateBossBattleInput {
|
||||
location?: string
|
||||
section?: string | null
|
||||
spriteUrl?: string | null
|
||||
gameId?: number | null
|
||||
}
|
||||
|
||||
export interface BossReorderItem {
|
||||
|
||||
@@ -188,6 +188,7 @@ export interface BossBattle {
|
||||
location: string
|
||||
section: string | null
|
||||
spriteUrl: string | null
|
||||
gameId: number | null
|
||||
pokemon: BossPokemon[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user