UNPKG

transmission-rpc-client

Version:
8 lines (6 loc) 175 B
import { AxiosRequestHeaders } from 'axios'; export type ClientConfig = { readonly host: string; readonly isHttps?: boolean; readonly headers?: AxiosRequestHeaders; };