Skip to content

Example

@tsed/schema

Usage

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

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

Overview

ts
function Example(...examples: any[]): Function;

Description

Add an example metadata on the decorated element.

Released under the MIT License.