@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...

    Type Alias AliasRouteSchema

    type AliasRouteSchema = {
        action?: string;
        busboyConfig?: BusboyConfig<onEventBusboyConfig<MoleculerWebTypes.Alias>>;
        except?: string[];
        handler?: AliasFunction;
        method?:
            | "GET"
            | "POST"
            | "PUT"
            | "DELETE"
            | "*"
            | "HEAD"
            | "OPTIONS"
            | "PATCH"
            | string;
        only?: string[];
        path?: string;
        type?: "call"
        | "multipart"
        | "stream"
        | string;
        [k: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: any
    Index

    Properties

    action?: string
    except?: string[]
    handler?: AliasFunction
    method?:
        | "GET"
        | "POST"
        | "PUT"
        | "DELETE"
        | "*"
        | "HEAD"
        | "OPTIONS"
        | "PATCH"
        | string
    only?: string[]
    path?: string
    type?: "call" | "multipart" | "stream" | string