A11 TypeScript API - v0.2.1
    Preparing search index...

    Interface DecodedStatus

    Box used where a decoded non-OK Status is a successful return value.

    interface DecodedStatus {
        status: Status;
    }
    Index
    status: Status