import { ApiDataState } from "./ApiDataState"; export type RootState = { apiData: ApiDataState; };