mwg API
    Preparing search index...

    Interface ItemStatusEffectHandle

    ends an ItemStatusEffect early, restoring the item's fields immediately rather than at expiry

    interface ItemStatusEffectHandle {
        cancel(): void;
    }
    Index