Interface IDataBaseEntryJSONSet

    interface IDataBaseEntryJSONSet {
        key: string;
        method: "set";
        path: string[];
        type: "json";
        value: string;
    }

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin