UNPKG

transmission-rpc-client

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