Variable MiddlewareConst

Middleware: {
    Audit: typeof Audit;
    AuthZ: typeof AuthZ;
    BodyParser: typeof BodyParser;
    Cache: typeof Cache;
    Cors: typeof Cors;
    Default: typeof Default;
    ErrorHandler: typeof ErrorHandler;
    Logger: typeof Logger;
    Metrics: typeof Metrics;
    Multer: typeof Multer;
    NoCache: typeof NoCache;
    RateLimiter: typeof RateLimiter;
    RequestId: typeof RequestId;
    Security: typeof Security;
} = ...

Type declaration