Interface IDataBaseEntryArrayRemove

    interface IDataBaseEntryArrayRemove {
        key: string;
        method: "remove";
        type: "array";
        value: string;
    }

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin