Skip to content

RequiredGroups

@tsed/schema

Usage

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

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

Overview

ts
function RequiredGroups(...groups: string[]): PropertyDecorator;

Description

Apply groups validation strategy for required property.

Released under the MIT License.