blob: 807904440aeae98fd5450b7e222ea4085cb68cb1 [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 declare type Route = string;