UNPKG

ottoman

Version:
6 lines (5 loc) 275 B
import { Collection, TransactionAttemptContext } from 'couchbase'; export declare const updateRefdocIndexes: (refKeys: { add: string[]; remove: string[]; }, key: string | null, collection: Collection, transactionContext?: TransactionAttemptContext) => Promise<void>;