Interface OperationStarts

interface OperationStarts {
    ignore_case?: boolean;
    op: "starts";
    path: string | Path;
    value: string;
}

Hierarchy (view full)

Properties

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