import type { VideosCountData } from './VideosCountData'; export type VideosCount = { data?: VideosCountData; };