Interface JsonPatchBaseOperation

interface JsonPatchBaseOperation {
    path: string;
}

Hierarchy (view full)

Properties

Properties

path: string