Response from the sync records endpoint

interface RecordSyncResponse {
    hasNext: boolean;
    items: SyncRecordItem[];
    nextCursor: string;
}

Properties

hasNext: boolean

Whether there are more records to sync

nextCursor: string

Cursor for the next sync request