UNPKG
ftx-public-api
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
open api for connect to FTX
github.com/AparinAA/ftx-public-api.git
AparinAA/ftx-public-api
ftx-public-api
/
prod
/
__test__
/
Greeter.test.d.ts
12 lines
(11 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
declare
global
{
namespace
NodeJS
{
interface
ProcessEnv
{
api_key
:
string
;
secret_key
:
string
;
password
:
string
;
ENV
:
'test'
|
'dev'
|
'prod'
; } } }
export
{};