Interface IDataBaseEntryJSONErase

    interface IDataBaseEntryJSONErase {
        key: string;
        method: "erase";
        path: string[];
        type: "json";
        value: string;
    }

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin