effex-monorepo
    Preparing search index...

    Type Alias PathSegment

    PathSegment:
        | { type: "static"; value: string }
        | { name: string; type: "param" }
        | { type: "catchAll" }

    A path segment in a route pattern.