interface IDataBaseEntryArrayAppend {
    key: string;
    method: "append";
    type: "array";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

key: string
method: "append"
type: "array"
value: string