drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias OracleResult

    OracleResult: InstallVerdict & {
        reason?: string;
        source: "oracle" | "live" | "oracle-stale";
        tier?: RuntimeTier;
    }

    Type Declaration

    • Optionalreason?: string

      the mechanism, when the tier is not works-today

    • source: "oracle" | "live" | "oracle-stale"

      where the answer came from, reported so a caller can tell a cheap answer from a fresh one

    • Optionaltier?: RuntimeTier

      whether this runtime can actually run it, independent of whether composer can resolve it