Interface Updts

interface Updts {
    current: Update[];
    next: Update[];
    user: AwaitIterable<Update | Update[]>;
}

Properties

Properties

current: Update[]

The updates to be applied to the current level.

next: Update[]

The updates to be applied to the next level.

The user provided updates. Applied to level 0.