UNPKG

@tsed/schema

Version:
10 lines (9 loc) 243 B
import type { JsonSchema } from "../domain/JsonSchema.js"; /** * Declare a new string model with `format: uri`. * * * See @@JsonSchema@@ to discover available methods. * * @schemaFunctional */ export declare function uri(): JsonSchema;