blob: 808991ebfd648ac2c7b715c59f811252c59d8573 [file] [log] [blame]
/**
* String consisting of an optional HTTP method and relative path or absolute URL. Examples: `'/orgs/{org}'`, `'PUT /orgs/{org}'`, `GET https://example.com/foo/bar`
*/
export type Route = string;