UNPKG

servertap-js

Version:

A TypeScript library for working with the ServerTap API

5 lines (4 loc) 74 B
export interface Config { apiKey?: string; baseUrl: string; }