From 59c76ffa8f503e962d517c78f033f1beccb1de1a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Aug 2018 14:59:53 +0200 Subject: Flat shared module directory --- shared/models/videos/video-abuse.model.ts | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 shared/models/videos/video-abuse.model.ts (limited to 'shared/models/videos/video-abuse.model.ts') diff --git a/shared/models/videos/video-abuse.model.ts b/shared/models/videos/video-abuse.model.ts deleted file mode 100644 index b2319aa00..000000000 --- a/shared/models/videos/video-abuse.model.ts +++ /dev/null @@ -1,20 +0,0 @@ -import { Account } from '../actors' -import { VideoConstant } from './video-constant.model' -import { VideoAbuseState } from './video-abuse-state.model' - -export interface VideoAbuse { - id: number - reason: string - reporterAccount: Account - - state: VideoConstant - moderationComment?: string - - video: { - id: number - name: string - uuid: string - } - - createdAt: Date -} -- cgit v1.2.3