frontend/.pnpm-store/v3/files/ad/f7d3197014b1f8dcaa906b81142d08c51c216f0e24e1d5536bb38075fd39a3c309ec9171466aa3a94737bf3120a47403c10c3ab0618174f132abd29cd7cac9

5 lines
201 B
Plaintext

/**
* 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;