export type VideosCountData = { /** * Total videos (videos watched / Total Course Videos) */ count: string; };