Tanatloc documentation
    Preparing search index...

    Interface IDataBaseEntryJSONSet

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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