EntityStore: change error type from any to unknown

environments/review-change-ent-6o2wvy/deployments/3528
Alex Gleason 2023-06-23 11:35:16 -05:00
rodzic ab5c4a4233
commit 65f8299c1f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ interface EntityListState {
/** Total number of items according to the API. */
totalCount: number | undefined
/** Error returned from the API, if any. */
error: any
error: unknown
/** Whether data has already been fetched */
fetched: boolean
/** Whether data for this list is currently being fetched. */