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

    Interface ControllerArgs

    interface ControllerArgs {
        authorized?: string[] | null;
        basePath: string;
        interceptors?: Function[];
        responseHandlers: ResponseHandlerArgs[];
        type: "json" | "default";
        useAfter?: HookEntry[];
        useBefore?: HookEntry[];
    }
    Index

    Properties

    authorized?: string[] | null
    basePath: string
    interceptors?: Function[]
    responseHandlers: ResponseHandlerArgs[]
    type: "json" | "default"
    useAfter?: HookEntry[]
    useBefore?: HookEntry[]