Stable JSON-safe shape sent to destinations. Public NDJSON contract.
(row: TRow)
| 54 | pages(input: SourcePageInput): AsyncIterable<TRow[]> |
| 55 | /** Stable JSON-safe shape sent to destinations. Public NDJSON contract. */ |
| 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 | } |