Skip to content

JsonResponseOptions

@tsed/schema

Usage

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

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

Overview

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

Released under the MIT License.