indexType aliases
Type Alias: OnRunFunction
> OnRunFunction = (props) => any | Promise<any>
Defined in: src/types/OnRunEvent.ts:7
Parameters
props
Returns
any | Promise<any>
> OnRunFunction = (props) => any | Promise<any>
Defined in: src/types/OnRunEvent.ts:7
any | Promise<any>