express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Interface Action

    interface Action {
        next?: unknown;
        request: unknown;
        response: unknown;
    }
    Index

    Properties

    next?: unknown
    request: unknown
    response: unknown