UNPKG

@tsed/schema

Version:
20 lines (19 loc) 544 B
import type { JsonSchema } from "../domain/JsonSchema.js"; /** * Declare a new string model with `format: date`. * * See @@JsonSchema@@ to discover available methods. */ export declare function date(): JsonSchema; /** * Declare a new string model with `format: datetime`. * * See @@JsonSchema@@ to discover available methods. */ export declare function datetime(): JsonSchema; /** * Declare a new string model with `format: time`. * * See @@JsonSchema@@ to discover available methods. */ export declare function time(): JsonSchema;