]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/users/user-watching-video.model.ts
Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into...
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-watching-video.model.ts
CommitLineData
6e46de09
C
1export interface UserWatchingVideo {
2 currentTime: number
3}