spawn-ts API reference - v0.6.0
    Preparing search index...

    Interface LifecycleWarning

    A non-fatal warning (5-min-remaining, 90%-budget) emitted before an action.

    interface LifecycleWarning {
        message: string;
        rule: "ttl" | "cost-limit" | "idle";
    }
    Index
    message: string
    rule: "ttl" | "cost-limit" | "idle"