Skip to content

string

@tsed/schema

Usage

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

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

Overview

ts
function string(): JsonSchema;

Description

Declare a new string model.

See JsonSchema to discover available methods.

Released under the MIT License.