Home > simplified-fetch > apiF
the access of configed fetch
Signature:
export declare type apiF<Body, Param, Return> = (body?: bodyAsParams | Body, params?: Param, config?: iDynamicConfig) => Promise<Return>;
References: bodyAsParams, iDynamicConfig