Interface OperationTestType

Tests is the target is of any of the given types.

interface OperationTestType {
    op: "test_type";
    path: string | Path;
    type: JsonPatchTypes[];
}

Hierarchy (view full)

Properties

Properties

op: "test_type"
path: string | Path