Preparing search index...
The search index is not available
devfive front components
devfive front components
index
factoryCreatePaginationResponseFromAxiosResponseWithOption
Function factoryCreatePaginationResponseFromAxiosResponseWithOption
factory
Create
Pagination
Response
From
Axios
Response
With
Option
<
ResponseSchema
,
ResponseType
,
Option
>
(
itemType
,
option
?
)
:
(
(
response
)
=>
Promise
<
PaginationResponse
<
DevfiveBaseQueryToObject
<
ResponseType
,
Option
>
>
>
)
Type Parameters
ResponseSchema
extends
ZodObject
<
any
,
UnknownKeysParam
,
ZodTypeAny
,
{}
,
{}
>
ResponseType
extends
{}
Option
extends
DevfiveBaseQuerystring
<
ResponseType
>
Parameters
itemType
:
undefined
|
ResponseSchema
Optional
option
:
Option
Returns
(
(
response
)
=>
Promise
<
PaginationResponse
<
DevfiveBaseQueryToObject
<
ResponseType
,
Option
>
>
>
)
(
response
)
:
Promise
<
PaginationResponse
<
DevfiveBaseQueryToObject
<
ResponseType
,
Option
>
>
>
Parameters
response
:
AxiosResponse
Returns
Promise
<
PaginationResponse
<
DevfiveBaseQueryToObject
<
ResponseType
,
Option
>
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc