dragon-item-parser: introduce item parser library
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { ItemStats } from 'dragon-item-parser'
|
||||
|
||||
declare global {
|
||||
type ChampionsResponse = {
|
||||
data: Ref<Array<Champion>>
|
||||
@@ -29,6 +31,7 @@ declare global {
|
||||
from?: number[]
|
||||
price?: number
|
||||
priceTotal?: number
|
||||
stats?: ItemStats
|
||||
}
|
||||
type SummonerSpell = {
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user