werkbank
    Preparing search index...

    Type Alias PathPattern

    PathPattern: Readonly<(string | BaseSchema<any, any, any>)[]>

    Defines the pattern of a URL path.

    A path pattern is an array of strings (static segments) and Valibot schemas (dynamic parameters). For example: ["users", string(), "posts", number()] matches /users/:userId/posts/:postId.