Function: fetcher()
fetcher<
T,P>(sourceUrl?,defaultParams?):SinglePostFetchStrategy<T,P>
Defined in: packages/core/src/react/hooks/useFetchPost.ts:76
Type Parameters
T
T extends PostEntity = PostEntity
P
P extends PostParams = PostParams
Parameters
sourceUrl?
string
defaultParams?
P
Returns
SinglePostFetchStrategy<T, P>