blob: c5229a8bd0550d4c6f76e41cd8ddc5185b450e23 [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;