We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795082b commit 0f6a4c5Copy full SHA for 0f6a4c5
src/Types.fs
@@ -11,19 +11,19 @@ type MessageDetails =
11
jsonData: string
12
jsonMetadata: string }
13
14
-[<RequireQualifiedAccessAttribute>]
15
-type ReadVersion =
16
- | Start
17
- | End
18
- | SpecificVersion of uint
19
-
20
[<RequireQualifiedAccessAttribute>]
21
type AppendVersion =
22
| Any
23
| EmptyStream
24
| NoStream
25
| SpecificVersion of int
26
+[<RequireQualifiedAccessAttribute>]
+type ReadVersion =
+ | Start
+ | End
+ | SpecificVersion of uint
+
27
28
type StartPosition =
29
| Start
0 commit comments