/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type VideoBlock = { /** * Video name */ display_name: string; /** * Video Id */ id: string; /** * Total users who have watched the video */ total_users?: number; };