interface Match {
    id: string;
    vars: pattern.Vars;
}

Properties

Properties

id: string