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