diff options
Diffstat (limited to 'shared/models/videos/rate/account-video-rate.model.ts')
-rw-r--r-- | shared/models/videos/rate/account-video-rate.model.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared/models/videos/rate/account-video-rate.model.ts b/shared/models/videos/rate/account-video-rate.model.ts deleted file mode 100644 index e789367dc..000000000 --- a/shared/models/videos/rate/account-video-rate.model.ts +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | import { UserVideoRateType } from './user-video-rate.type' | ||
2 | import { Video } from '../video.model' | ||
3 | |||
4 | export interface AccountVideoRate { | ||
5 | video: Video | ||
6 | rating: UserVideoRateType | ||
7 | } | ||