Make type definition of expectedVersion match implementation

This commit is contained in:
Josef Brandl 2019-08-11 18:54:06 +02:00 committed by GitHub
parent 02642c5cfb
commit e0fcf9a72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
index.d.ts vendored
View File

@ -125,6 +125,7 @@ export namespace expectedVersion {
const any: number;
const noStream: number;
const emptyStream: number;
const streamExists: number;
}
export namespace positions {