UNPKG

@configurator/ravendb

Version:
5 lines (4 loc) 94 B
export interface ConditionalLoadResult<T> { entity: T | null; changeVector: string; }