config: {
    api: {
        bodyParser: boolean;
    };
} = ...

Type declaration

  • api: {
        bodyParser: boolean;
    }
    • bodyParser: boolean

Generated using TypeDoc