UNPKG
seerbit-nodejs
Version:
latest (0.4.0)
0.4.0
0.3.0
SeerBit NodsJS SDK
github.com/seerbit/serrbit-nodejsy
seerbit/seerbit-nodejs
seerbit-nodejs
/
lib
/
src
/
typings
/
enums
/
environment.d.ts
2 lines
(1 loc)
•
45 B
TypeScript
View Raw
1
2
declare
type
Environment =
"LIVE"
|
"PILOT"
;