UNPKG

ravendb

Version:
9 lines 285 B
import { IMetadataDictionary } from "../../Session/IMetadataDictionary.js"; export interface ICompareExchangeValue { key: string; index: number; value: any; metadata: IMetadataDictionary; hasMetadata(): boolean; } //# sourceMappingURL=ICompareExchangeValue.d.ts.map