@patternmeshjs/core
    Preparing search index...

    Interface BatchWriteDelete

    interface BatchWriteDelete {
        key: Record<string, unknown>;
        tableName: string;
    }
    Index

    Properties

    Properties

    key: Record<string, unknown>
    tableName: string