diff options
Diffstat (limited to 'server/models/user/user-video-rate-interface.ts')
-rw-r--r-- | server/models/user/user-video-rate-interface.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/models/user/user-video-rate-interface.ts b/server/models/user/user-video-rate-interface.ts index 4e6efc01a..ea0fdc4d9 100644 --- a/server/models/user/user-video-rate-interface.ts +++ b/server/models/user/user-video-rate-interface.ts | |||
@@ -13,6 +13,8 @@ export interface UserVideoRateClass { | |||
13 | 13 | ||
14 | export interface UserVideoRateAttributes { | 14 | export interface UserVideoRateAttributes { |
15 | type: VideoRateType | 15 | type: VideoRateType |
16 | userId: number | ||
17 | videoId: number | ||
16 | } | 18 | } |
17 | 19 | ||
18 | export interface UserVideoRateInstance extends UserVideoRateClass, UserVideoRateAttributes, Sequelize.Instance<UserVideoRateAttributes> { | 20 | export interface UserVideoRateInstance extends UserVideoRateClass, UserVideoRateAttributes, Sequelize.Instance<UserVideoRateAttributes> { |