interface IDataBaseEntryJSONSet {
    key: string;
    method: "set";
    path: string[];
    type: "json";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

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