@tikoci/centrs
    Preparing search index...

    Interface PreflightVerdict

    Outcome of a capability pre-flight.

    interface PreflightVerdict {
        device?: DeviceVersion;
        state: PreflightState;
    }
    Index

    Properties

    Properties

    device?: DeviceVersion

    Echo of the checked device version, when one was available.