Reference
CompiledRouteMatcherSegment
Re-exports route contracts used by Cloudflare handlers.
Signature
type CompiledRouteMatcherSegment = { kind: "static"; value: string } | { kind: "dynamic"; name: string } | { kind: "catch-all"; name: string }Reference
Re-exports route contracts used by Cloudflare handlers.
type CompiledRouteMatcherSegment = { kind: "static"; value: string } | { kind: "dynamic"; name: string } | { kind: "catch-all"; name: string }