Returns the cursor that, when passed back, excludes `row` and everything before it.
(row: TRow)
| 56 | serialize(row: TRow): Record<string, unknown> |
| 57 | /** Returns the cursor that, when passed back, excludes `row` and everything before it. */ |
| 58 | cursorAfter(row: TRow): Cursor |
| 59 | } |
| 60 | |
| 61 | export interface DeliveryMetadata { |