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