UNPKG

201 BTypeScriptView Raw
1/**
2 * 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`
3 */
4export type Route = string;