From a15871560f80e07386c1dabb8370cd2664ecfd1f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jan 2020 16:56:52 +0100 Subject: Move to eslint --- server/typings/models/video/video-caption.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'server/typings/models/video/video-caption.ts') diff --git a/server/typings/models/video/video-caption.ts b/server/typings/models/video/video-caption.ts index eeddedb40..e7aff6956 100644 --- a/server/typings/models/video/video-caption.ts +++ b/server/typings/models/video/video-caption.ts @@ -13,13 +13,15 @@ export type MVideoCaption = Omit export type MVideoCaptionLanguage = Pick export type MVideoCaptionLanguageUrl = Pick -export type MVideoCaptionVideo = MVideoCaption & +export type MVideoCaptionVideo = + MVideoCaption & Use<'Video', Pick> // ############################################################################ // Format for API or AP object -export type MVideoCaptionFormattable = FunctionProperties & +export type MVideoCaptionFormattable = + FunctionProperties & Pick & Use<'Video', MVideoUUID> -- cgit v1.2.3