aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-view.model.ts
blob: f6121110470d0cbaaa60527b335b44c1e4574579 (plain) (tree)
1
2
3
4
5
6





                                   
export type VideoViewEvent = 'seek'

export interface VideoView {
  currentTime: number
  viewEvent?: VideoViewEvent
}