Type Alias: PostMethodFunc
PostMethodFunc = <
T,Options>(url,data?,options?) =>ReturnType<typeoffetchOriginal> &object
Defined in: packages/fetch/src/index.ts:33
Describes method-specific fetch-functions that includes .deferred() function for deferred/throttled requests
Type Declaration
deferred
deferred: typeof
postDeferred