Feat/index sync data (#11169)
**what** Synchronisation process implementation for configured entity to be indexed
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user