Type Alias BeforeRunEventPayload<TInput>

BeforeRunEventPayload<TInput>: {
    input: TInput;
}

Type Parameters

  • TInput