Skip to content

Types: UrlString

ts
type UrlString = `http://${string}` | `https://${string}` | `/${string}`;