UNPKG
@atomixdesign/nodepay-core
Version:
latest (0.12.0)
0.12.0
0.11.5
0.11.3
0.11.1
0.11.0
0.10.9
0.10.8
0.10.6
0.10.5
0.10.3
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
0.6.6
0.6.5
0.6.4
0.6.2
0.5.32
0.5.0
0.4.16
0.4.15
0.4.14
Nodepay core module.
github.com/atomixdesign/nodepay
@atomixdesign/nodepay-core
/
build
/
network
/
base-response.d.ts
11 lines
(10 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
type
Json
=
string
|
number
|
boolean
|
null
| { [
key
:
string
]:
Json
; } |
Json
[];
export
interface
IBaseResponse
{
status
:
number
;
statusText
:
string
;
internalErrorCode
?:
number
;
data
:
any
;
originalResponse
:
any
; }