UNPKG
plazbot-cli
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
CLI para Plazbot SDK
github.com/tu-usuario/plazbot-cli
tu-usuario/plazbot-cli
plazbot-cli
/
src
/
types
/
auth.ts
8 lines
(7 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
BaseCommandOptions
}
from
'./common'
;
export
interface
LoginOptions
extends
BaseCommandOptions
{
email
:
string
;
apiKey
:
string
;
workspace
:
string
;
zone
:
"LA"
|
"EU"
; }