2
1

user-watching-video.model.ts 61 B

123
  1. export interface UserWatchingVideo {
  2. currentTime: number
  3. }