ActionFunction
Route action function signature
interface ActionFunction {
(args: ActionFunctionArgs): Promise<Response> | Response | Promise<any> | any;
}§Call Signatures
§
(args: ActionFunctionArgs):
[src] | Promise<Response>
| Response
| Promise<any>
| any