Tanatloc documentation
    Preparing search index...

    Interface IDataBaseEntryJSONErase

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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