pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Boot

    The decision a device made at boot, already recorded before it was returned.

    interface Boot {
        action: BootAction;
        fallback: number;
        slot: number;
    }
    Index
    action: BootAction

    What the bootloader should do.

    fallback: number

    The slot to run. It is the same as slot for anything but Reverted.

    slot: number

    The image the decision is about, which for Reverted is the one that failed.