export type VideoBlock = { /** * Video name */ display_name: string; /** * Video Id */ id: string; /** * Total users who have watched the video */ total_users?: number; };