remove PreviewImageMetadata.isImage/isVideo
This commit is contained in:
@ -57,9 +57,6 @@ export type PreviewImageMetadata = {
|
||||
/** 原文件访问 mongoId */
|
||||
sourceMongoId: string;
|
||||
|
||||
/** true 为图片 */
|
||||
isImage: boolean;
|
||||
|
||||
/** true 为视频 */
|
||||
isVideo: boolean;
|
||||
/** 原文件 MimeType */
|
||||
sourceMimeType: string;
|
||||
} & ImageMetadata;
|
||||
|
||||
Reference in New Issue
Block a user