Home > simplified-fetch > request
config of fetch
Signature:
export declare type request = URN | { urn: URN; config?: Omit<BaseConfig, 'newName' | 'methodInName'>; };
References: URN, BaseConfig