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

    Type Alias bodyParserOptions

    COPY of some moleculer-web interface that can be needed, but not exported

    type bodyParserOptions = {
        json?: BodyParser.OptionsJson | boolean;
        raw?: BodyParser.Options | boolean;
        text?: BodyParser.OptionsText | boolean;
        urlencoded?: BodyParser.OptionsUrlencoded | boolean;
    }
    Index

    Properties

    json?: BodyParser.OptionsJson | boolean
    raw?: BodyParser.Options | boolean
    text?: BodyParser.OptionsText | boolean
    urlencoded?: BodyParser.OptionsUrlencoded | boolean