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

    Interface InterceptorInterface

    Class-form interceptor contract; chained globally → controller → method.

    interface InterceptorInterface {
        intercept(action: Action, content: unknown): unknown;
    }
    Index

    Methods

    Methods