Commit 099951c
committed
estuary-cdk: specify PageCursor type parameters
Some linters complain about the `dict` variant in the PageCursor
definition not having any type parameters set. `str` has been picked for
the key, as that's what all connectors currently use. `JsonValue` is
used for values, PageCursors need to be JSON serialisable.1 parent 63cc47b commit 099951c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments