Interface IDataBaseEntryArrayAppend

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

    Hierarchy (view full)

    Properties

    Properties

    key: string
    method
    type
    value: string

    Generated using TypeDoc and TypeDoc Airthium Plugin