@owservable/actions
    Preparing search index...

    Interface ActionAsCommandInterface

    interface ActionAsCommandInterface {
        asCommand(options: any): Promise<void>;
        description(): string;
        handle(...args: any[]): Promise<any>;
        signature(): string;
    }

    Hierarchy (View Summary)

    Index