5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
/**
|
|
* Relative or absolute URL. Examples: `'/orgs/{org}'`, `https://example.com/foo/bar`
|
|
*/
|
|
export declare type Url = string;
|