@webitel/api-services
Preparing search index...
types/types
getTypes
Function getTypes
getTypes
(
axiosInstance
?:
AxiosInstance
,
)
:
{
locate
:
(
path
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
searchTypes
:
(
params
?:
SearchTypesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
locate
:
(
path
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ProtoDataStruct
,
any
,
{}
>
>
;
searchTypes
:
(
params
?:
SearchTypesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataStructList
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...