Skip to content

covenix / Tags

Function: Tags()

Tags(...tags): ClassDecorator

Defined in: src/decorators.ts:80

Class decorator that assigns OpenAPI tags to every operation in the controller.

Parameters

tags

...string[]

One or more tag names for grouping operations in swagger.

Returns

ClassDecorator