interface Waitable {
    wait?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

wait?: boolean