Skip to content

Res

@tsed/platform-http

Usage

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

See /packages/platform/platform-http/src/types/common/decorators/params/response.ts.

Overview

ts
function Res(): ParameterDecorator;

export interface Response extends TsED.Response {
}

export interface Res extends Response {
}

Description

Request service.

Released under the MIT License.