blob: 521f5ad9b5a2aa949e692254af6ebad097e28730 [file] [log] [blame]
/**
* Relative or absolute URL. Examples: `'/orgs/{org}'`, `https://example.com/foo/bar`
*/
export type Url = string;