Variable: fetcher()
fetcher: <
T,P>(sourceUrl?,defaultParams?) =>SinglePostFetchStrategy<T,P>
Defined in: packages/next/src/data/hooks/usePost.ts:36
Type Parameters
T
T extends PostEntity = PostEntity
P
P extends PostParams = PostParams
Parameters
sourceUrl?
string
defaultParams?
P
Returns
SinglePostFetchStrategy<T, P>