Interface IDataBaseEntryArrayAppend

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

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin