添加了类型声明文件

This commit is contained in:
2020-10-09 10:53:07 +08:00
parent 9237c995b5
commit b58d0638c4
2 changed files with 4 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ export interface FromSend {
export interface VideoInfo {
type: string;
name: string;
uid: string;
}