From 6302d599cdf98b5a5363a2a1dcdc266447950191 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Feb 2021 14:08:16 +0100 Subject: Generate a name for caption files --- server/types/models/video/video-caption.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/types/models') diff --git a/server/types/models/video/video-caption.ts b/server/types/models/video/video-caption.ts index ab80ff830..1f761a866 100644 --- a/server/types/models/video/video-caption.ts +++ b/server/types/models/video/video-caption.ts @@ -1,5 +1,5 @@ +import { PickWith } from '@shared/core-utils' import { VideoCaptionModel } from '../../../models/video/video-caption' -import { FunctionProperties, PickWith } from '@shared/core-utils' import { MVideo, MVideoUUID } from './video' type Use = PickWith @@ -22,6 +22,6 @@ export type MVideoCaptionVideo = // Format for API or AP object export type MVideoCaptionFormattable = - FunctionProperties & + MVideoCaption & Pick & Use<'Video', MVideoUUID> -- cgit v1.2.3