Configuration for ApiResponse.
readonly
status: number
HTTP status code.
readonly
optional
description: string
Response description.
readonly
optional
schema: unknown
Response body schema.
Configuration for ApiResponse.
status: number
HTTP status code.
description: string
Response description.
schema: unknown
Response body schema.
import { type ApiResponseConfig } from "decorator-plugin/src/index.ts";