FuseJS
Main Documentation
Preparing search index...
TAPIBridgeFunction
Type Alias TAPIBridgeFunction<TContentType, TData>
TAPIBridgeFunction
:
(
type
?:
TContentType
,
data
?:
TData
,
)
=>
Promise
<
FuseAPIResponse
>
Type Parameters
TContentType
extends
ContentType
=
ContentType
TData
extends
TSerializable
=
TSerializable
Type declaration
(
type
?:
TContentType
,
data
?:
TData
)
:
Promise
<
FuseAPIResponse
>
Parameters
Optional
type
:
TContentType
Optional
data
:
TData
Returns
Promise
<
FuseAPIResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Main Documentation
FuseJS
Loading...