Skip to content

Types: Url

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