UNPKG
@shift-code/cli
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.0
1.2.1
1.2.0
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
/
commands
/
login.d.ts
7 lines
(6 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Arguments
}
from
'yargs'
;
export
interface
LoginParameters
{
email
?:
string
;
password
?:
string
; }
export
declare
function
loginCommand
(
args
:
Arguments
<
LoginParameters
>
):
Promise
<
void
>;