import { tags } from 'typia'; type Url = string & tags.Format<"url">; export type { Url };