@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...
    interface Alias {
        _generated: boolean;
        action: string;
        handler: null | Function[];
        method: string;
        path: string;
        route: MoleculerWebTypes.Route;
        service: Service;
        type: string;
    }
    Index

    Properties

    _generated: boolean
    action: string
    handler: null | Function[]
    method: string
    path: string
    service: Service
    type: string