shajara API
    Preparing search index...

    Interface RestingWisp<Relic>

    Computation state that has reached its final relic.

    interface RestingWisp<Relic> {
        bearing: "resting";
        relic: Relic;
    }

    Type Parameters

    • Relic
    Index

    Properties

    Properties

    bearing: "resting"
    relic: Relic