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