File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export type FetchedIndex = {
39
39
/**
40
40
* Number of pending indexing operations. This value is deprecated and should not be used.
41
41
*/
42
- numberOfPendingTask ? : number ;
42
+ numberOfPendingTasks : number ;
43
43
44
44
/**
45
45
* A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export type FetchedIndex = {
39
39
/**
40
40
* Number of pending indexing operations. This value is deprecated and should not be used.
41
41
*/
42
- numberOfPendingTask ? : number ;
42
+ numberOfPendingTasks : number ;
43
43
44
44
/**
45
45
* A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
You can’t perform that action at this time.
0 commit comments