UNPKG

120 BTypeScriptView Raw
1/**
2 * Relative or absolute URL. Examples: `'/orgs/{org}'`, `https://example.com/foo/bar`
3 */
4export type Url = string;