refactor: 类型

This commit is contained in:
2023-08-22 13:01:41 +08:00
parent 5231d7ddbc
commit 9a4d9797c5
2 changed files with 1 additions and 2 deletions

2
types/file.d.ts vendored
View File

@ -8,7 +8,7 @@ declare interface FileVO {
* 文件名称
*
*/
name?: string
name: string
/**
* 文件大小(字节)
*