import type { CountData } from './CountData'; export type Count = { data: CountData; };