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
/
src
/
types.ts
4 lines
•
72 B
text/typescript
View Raw
1
2
3
4
export
interface
Config
{
apiKey
?:
string
;
baseUrl
:
string
; }