remove comments

This commit is contained in:
oxygenkun 2024-07-21 18:16:24 +08:00
parent db7ae378da
commit 593ee5e448

View File

@ -114,6 +114,5 @@ export class DownloadVideoAction<AssetsParameter = any> {
/** 下载视频的最终输出处理 */
export interface DownloadVideoOutput<OutputParameter = any> extends VueInstanceInput, WithName {
runAction: (action: DownloadVideoAction, instance: OutputParameter) => Promise<void>
/** 是否需要代理下载assets */
description?: string
}