UNPKG

@airnub/unusualwhales-api-client

Version:

A client library for interacting with the UnusualWhales API, written in TypeScript

8 lines (7 loc) 132 B
export interface ApiClientConfig { token: string; baseUrl?: string; headers?: { [key: string]: string; }; }