@owservable/actions
    Preparing search index...

    Interface ActionAsControllerInterface

    interface ActionAsControllerInterface {
        asController(request: any, reply: any): Promise<void>;
        description(): string;
        handle(...args: any[]): Promise<any>;
        routes(): Promise<any>;
    }

    Hierarchy (View Summary)

    Index