Configuration for a single hook in a batch execution

interface BatchHookConfig<T> {
    key: string;
    options: ExecHookOptions;
}

Type Parameters

  • T = any

Properties

Properties

key: string

Unique key to identify this hook's result in the returned object

Hook execution options