Type Alias Condition<V>

Condition<V>: ((ctx: PullRequestContextData) => V | Promise<V>)

Type Parameters

  • V
""