Body, Mind & Soul — API Reference
    Preparing search index...
    restoreSlots: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
    }

    Restore slot uses on a specific action group slot level. Config: { slot: "groupKey/levelKey", amount } Amount is a formula; blank or 0 restores to max.

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>