Skip to content

ForwardGroups

@tsed/schema

Usage

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

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

Overview

ts
function ForwardGroups(bool?: boolean): PropertyDecorator;

Description

Allow to forward group on specific property.

Released under the MIT License.