aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-element-create.model.ts
blob: 9bd56a8ca412f605c0e2d5bad9a6eb1891104d19 (plain) (blame)
1
2
3
4
export interface VideoPlaylistElementCreate {
  startTimestamp?: number
  stopTimestamp?: number
}