export interface VideoSubmissionListData {
  id?: number;
  createdAt?: string;
  percentWatched?: number;
  courseUserId: number;