UNPKG

@tsed/schema

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