@spailybot/moleculer-auto-openapi - v2.0.0
    Preparing search index...

    Interface Alias

    interface Alias {
        _generated: boolean;
        action: string;
        handler: Function[] | null;
        method: string;
        path: string;
        route: MoleculerWebTypes.Route;
        service: Service;
        type: string;
    }
    Index
    _generated: boolean
    action: string
    handler: Function[] | null
    method: string
    path: string
    service: Service
    type: string