Feat/index sync data (#11169)

**what**
Synchronisation process  implementation for configured entity to be indexed
This commit is contained in:
Adrien de Peretti
2025-01-27 13:56:12 +00:00
committed by GitHub
parent 5093224914
commit ea402875a5
7 changed files with 685 additions and 33 deletions
@@ -50,7 +50,7 @@ export type RemoteQueryInput<TEntry extends string> = {
/**
* The number of items to skip before retrieving the returned items.
*/
skip: number
skip?: number
/**
* The maximum number of items to return.
*/