UNPKG
@galaxyops/character-sheet-contracts
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
github.com/hxtree/galaxyops
hxtree/galaxyops
@galaxyops/character-sheet-contracts
/
src
/
types
/
outfit.ts
7 lines
(5 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
EffectRecord
}
from
'./table.effect'
;
import
{
SupplyItem
}
from
'./supply-item'
;
export
type
Outfit
=
SupplyItem
& {
effect
?:
EffectRecord
[]; };