Skip to content

boolean

@tsed/schema

Usage

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

See /packages/specs/schema/src/types/fn/boolean.ts.

Overview

ts
function boolean(): JsonSchema;

Description

Declare a new boolean model.

See JsonSchema to discover available methods.

Released under the MIT License.