UNPKG
@shift-code/cli
Version:
latest (1.1.4)
1.1.4
1.1.3
1.0.0
0.4.8
0.1.2
0.1.1
0.1.0
Redeem Gearbox SHiFT codes automatically
github.com/trs/shift-code/tree/master/cli
trs/shift-code
@shift-code/cli
/
dist
/
types.d.ts
14 lines
(13 loc)
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
type
{
Account
,
Session
}
from
'@shift-code/api'
;
export
type
JSON
Session = {
token
:
string
;
cookie
:
string
; };
export
type
MetaStore
= {
activeAccountID
:
string
; };
export
type
AccountStore
= {
account
?:
Account
;
session
?:
Session
;
codes
?:
string
[]; };