SongGuess
    Preparing search index...

    Interface URLPatternComponentResult

    interface URLPatternComponentResult {
        groups: Record<string, string | undefined>;
        input: string;
    }
    Index

    Properties

    Properties

    groups: Record<string, string | undefined>
    input: string