Skip to content

Function: Schema()

ts
function Schema(options): MethodDecorator;

Defined in: packages/core/src/decorators/schema.decorator.ts:12

Parameters

ParameterType
optionsRouteSchemaOptions

Returns

MethodDecorator

Released under the MIT License.