We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e320db commit 54b2cc9Copy full SHA for 54b2cc9
src/types/task_and_batch.ts
@@ -169,6 +169,7 @@ type BatchStats = {
169
types: Record<TaskType, number>;
170
indexUids: Record<string, number>;
171
progressTrace: Record<string, number>;
172
+ // Do not type this field because the keys can change in a breaking way
173
internalDatabaseSizes?: Record<string, number>;
174
};
175
0 commit comments