UNPKG

@ninerealms/midgard-client

Version:
12 lines 292 B
export declare const config: FetchConfig; export interface FetchOptions { timeout: number; headers: object; } export interface FetchConfig { url: string; CONTENT_TYPE: string; APPLICATION_JSON: string; fetchOptions: FetchOptions; } //# sourceMappingURL=config.d.ts.map