@owservable/actions
    Preparing search index...

    Interface ActionInterface

    interface ActionInterface {
        description(): string;
        handle(...args: any[]): Promise<any>;
    }

    Hierarchy (View Summary)

    Index