Skip to content

Commit 54b2cc9

Browse files
committed
Add comment about typing
1 parent 2e320db commit 54b2cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/task_and_batch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ type BatchStats = {
169169
types: Record<TaskType, number>;
170170
indexUids: Record<string, number>;
171171
progressTrace: Record<string, number>;
172+
// Do not type this field because the keys can change in a breaking way
172173
internalDatabaseSizes?: Record<string, number>;
173174
};
174175

0 commit comments

Comments
 (0)