mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:19:32 +08:00
优化视频解析
This commit is contained in:
4
src/types/index.ts
Normal file
4
src/types/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface VideoParseInfo {
|
||||
poster:File;
|
||||
duration:number;
|
||||
}
|
||||
Reference in New Issue
Block a user