Interface MatchInput

An interface for match input.

interface MatchInput {
    is_global?: boolean;
    ref?: string;
}

Properties

Properties

is_global?: boolean
ref?: string