UNPKG
@ninerealms/midgard-client
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
gitlab.com/ninerealms/midgard-client
@ninerealms/midgard-client
/
dist
/
config.d.ts
12 lines
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
const
config
:
FetchConfig
;
export
interface
FetchOptions
{
timeout
:
number
;
headers
:
object
; }
export
interface
FetchConfig
{
url
:
string
;
CONTENT_TYPE
:
string
;
APPLICATION_JSON
:
string
;
fetchOptions
:
FetchOptions
; }
//# sourceMappingURL=config.d.ts.map