UNPKG
servertap-js
Version:
latest (0.0.1-dev)
0.0.1
0.0.1-dev
A TypeScript library for working with the ServerTap API
servertap-js
/
dist
/
types.d.ts
5 lines
(4 loc)
•
74 B
TypeScript
View Raw
1
2
3
4
5
export
interface
Config
{
apiKey
?:
string
;
baseUrl
:
string
; }