RequiredGroups
@tsed/schema
Usage
typescript
import { RequiredGroups } from "@tsed/schema";See /packages/specs/schema/src/decorators/common/requiredGroups.ts.
Overview
ts
function RequiredGroups(...groups: string[]): PropertyDecorator;Description
Apply groups validation strategy for required property.