rest-vir - v1.0.0
    Preparing search index...

    Type Alias MatchResult

    A match result that contains data about the path match. Used in Match

    This is from the path-to-regexp package.

    type MatchResult = {
        params: ParamData;
        path: string;
    }
    Index

    Properties

    Properties

    params: ParamData
    path: string