UNPKG
@coingate/coingate-sdk
Version:
latest (1.1.2)
1.1.2
1.1.1
Coingate package
github.com/coingate/coingate-node
coingate/coingate-node
@coingate/coingate-sdk
/
build
/
types.d.ts
14 lines
(13 loc)
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
declare
enum
EnvironmentEnum
{
LIVE
=
"live"
,
SANDBOX
=
"sandbox"
}
export
declare
type
ConfigType
= {
apiKey
:
string
|
null
;
environment
:
EnvironmentEnum
;
apiBase
:
string
; };
export
declare
type
AppInfo
= {
name
:
string
;
version
?:
string
; };