Interface OperationMatches

interface OperationMatches {
    ignore_case?: boolean;
    op: "matches";
    path: string | Path;
    value: string;
}

Hierarchy (view full)

Properties

ignore_case?: boolean
op: "matches"
path: string | Path
value: string