Interface OnWillConcludeEvent<T>

interface OnWillConcludeEvent<T> {
    status: false | T;
}

Type Parameters

  • T

Hierarchy

  • WaitUntilEvent
    • OnWillConcludeEvent

Properties

Properties

status: false | T