interface IDataBaseEntryJSONErase {
    key: string;
    method: "erase";
    path: string[];
    type: "json";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

key: string
method: "erase"
path: string[]
type: "json"
value: string