Skip to content

Examples

@tsed/schema

Usage

typescript
import { Examples } from "@tsed/schema";

See /packages/specs/schema/src/types/decorators/common/examples.ts.

Overview

ts
function Examples(examples: OpenSpecHash<OS3Example | OpenSpecRef>): ParameterDecorator;

Description

Add a examples metadata on the decorated element.

Released under the MIT License.