UNPKG

ipfsd-ctl

Version:
20 lines 496 B
import type { ControllerType } from './index.js'; export interface ConfigInit { type?: ControllerType; } declare const _default: (init: ConfigInit) => { API: { HTTPHeaders: { 'Access-Control-Allow-Origin': string[]; 'Access-Control-Allow-Methods': string[]; }; }; Addresses: { Swarm: string[]; API: string; Gateway: string; RPC: string; }; }; export default _default; //# sourceMappingURL=config.d.ts.map