Type anys

This commit is contained in:
Adria Navarro 2024-12-27 18:29:01 +01:00
parent 3d53609eb2
commit aff3f01922
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ interface RowStore {
loaded: Writable<boolean>
refreshing: Writable<boolean>
loading: Writable<boolean>
rowChangeCache: Writable<Record<string, any>>
inProgressChanges: Writable<Record<string, any>>
rowChangeCache: Writable<Record<string, Record<string, any>>>
inProgressChanges: Writable<Record<string, number>>
hasNextPage: Writable<boolean>
error: Writable<string | null>
}