Interface JsonPatchBaseOperation

interface JsonPatchBaseOperation {
    path: string;
}

Hierarchy (View Summary)

Properties

Properties

path: string