UNPKG
genshin_panel
Version:
latest (2.22.0)
2.22.0
2.21.0
2.20.4
2.20.3
2.20.2
2.20.1
2.20.0
2.19.3
2.19.2
2.19.1
2.19.0
2.18.2
2.18.1
2.18.0
2.17.0
2.16.0
2.15.3
2.15.2
2.15.1
2.15.0
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
genshin panel calculator
github.com/wormtql/genshin_panel
wormtql/genshin_panel
genshin_panel
/
dist
/
common
/
context.d.ts
7 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Character
from
"../numerics/character/character"
;
import
Weapon
from
"../numerics/weapon/weapon"
;
export
default
interface
ApplyContext
{
character
:
Character
;
weapon
:
Weapon
; }