UNPKG
@bavenir/spade-node-js-client
Version:
latest (1.2.7)
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.1
A client-side JavaScript library that can be used to iteract with Data Broker's API.
@bavenir/spade-node-js-client
/
dist
/
types
/
http.d.ts
3 lines
(2 loc)
•
89 B
TypeScript
View Raw
1
2
3
import
{
ResponseType
}
from
'axios'
;
export
type
DataBrokerResponseType
=
ResponseType
;