diff --git a/app/soapbox/entity-store/types.ts b/app/soapbox/entity-store/types.ts index 5fff2f474..ee60f317b 100644 --- a/app/soapbox/entity-store/types.ts +++ b/app/soapbox/entity-store/types.ts @@ -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. */