Skip to content

Validate

@tsed/schema-formio

Usage

typescript
import { Validate } from "@tsed/schema-formio";

See /packages/third-parties/schema-formio/src/types/decorators/validate.ts.

Overview

ts
function Validate(key: string, value: any): PropertyDecorator;

Description

Add validation rules.

Released under the MIT License.