@resistdesign/voltra
    Preparing search index...

    Type Alias RoutePathConfig

    Route path matcher config.

    type RoutePathConfig = {
        exact?: boolean;
        path: string;
    }
    Index

    Properties

    Properties

    exact?: boolean

    Optional exact-match override for this path entry.

    path: string

    Path pattern, using : for params.