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

Properties

Properties

id: string
vars: Vars