Skip to content

JsonResponseOptions

@tsed/schema

Usage

typescript
import { JsonResponseOptions } from "@tsed/specs/schema/src/domain/JsonResponse";

See /packages/specs/schema/src/domain/JsonResponse.ts.

Overview

ts
type JsonResponseOptions = OS3Response<JsonSchema, string | JsonHeader>;

Description

Configuration options for HTTP response definitions compatible with OpenAPI 3.

Released under the MIT License.