Type Alias RecordsSyncCursorAndAsyncIterator<T>

RecordsSyncCursorAndAsyncIterator<T>: Promise<RecordsSyncListResponse<T[]>> & RecordsSyncAsyncIterator<T>

Return type for records.sync(). Can be awaited for a single page (with hasNext and nextCursor for manual pagination), or used with auto-pagination methods like autoPagingToArray.

Type Parameters

  • T