Documents / @faasjs/react / FaasData
Type Alias: FaasData<T>
FaasData<
T
>:T
extendsFaasActionPaths
?FaasActions
[T
]["Data"
] :T
extendsReactServerAction
?Awaited
<ReturnType
<T
>> :T
Get the returning data type of the action.
Type Parameters
• T = any