Skip to content

Children

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/decorators/class/children.ts.

Overview

ts
function Children(...children: Type<any>[]): ClassDecorator;

Description

Add Children class to compose routes

Released under the MIT License.