This commit is contained in:
Adria Navarro 2025-01-08 17:06:19 +01:00
parent 3a8942f487
commit 23f9e3f3fe
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ interface IndexedUIRow extends UIRow {
interface RowStore {
rows: Writable<UIRow[]>
fetch: Writable<DataFetch<any, any, any> | null>
fetch: Writable<DataFetch<any, any, any> | null> // TODO: type this properly, having a union of all the possible options
loaded: Writable<boolean>
refreshing: Writable<boolean>
loading: Writable<boolean>