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
/
common.ts
10 lines
(9 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
BaseCommandOptions
{
dev
?:
boolean
; }
export
interface
SDKOptions
{
workspaceId
:
string
;
apiKey
:
string
;
zone
:
"LA"
|
"EU"
;
customUrl
?:
string
; }