Skip to content

OnResponse

@tsed/platform-http

Usage

typescript
import { OnResponse } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/interfaces/OnResponse.ts.

Overview

ts
interface OnResponse {
    $onResponse(ctx: PlatformResponse): void;
}

$onResponse

ts
$onResponse(ctx: PlatformResponse): void;

Released under the MIT License.