Function: useFetchPost()
useFetchPost<
T,P>(params,options,path):usePostResponse<T>
Defined in: packages/core/src/react/hooks/useFetchPost.ts:36
Type Parameters
T
T extends PostEntity = PostEntity
P
P extends PostParams = PostParams
Parameters
params
{ } | P
options
FetchHookOptions<FetchResponse<T>> = {}
path
string = ''