InvokeFn: ((params) => Promise<void | InvokeResult> | void | InvokeResult)

Type declaration

    • (params): Promise<void | InvokeResult> | void | InvokeResult
    • Function signature that all hooks must implement

      Parameters

      • params: InvokeParams

        Parameters passed into the hook, based on the the hook configuration

      Returns Promise<void | InvokeResult> | void | InvokeResult

Generated using TypeDoc