Interface OperationEnds

interface OperationEnds {
    ignore_case?: boolean;
    op: "ends";
    path: string | Path;
    value: string;
}

Hierarchy (view full)

Properties

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