Variable configConst

    config: {
        api: {
            bodyParser: {
                sizeLimit: string;
            };
        };
    } = ...

    Type declaration

    • api: {
          bodyParser: {
              sizeLimit: string;
          };
      }
      • bodyParser: {
            sizeLimit: string;
        }
        • sizeLimit: string

    Generated using TypeDoc and TypeDoc Airthium Plugin