URLPatternComponentResult

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

§Properties

§
groups: Record<string, string | undefined>
[src]
§
input: string
[src]