refactor: 类型
This commit is contained in:
2
types/file.d.ts
vendored
2
types/file.d.ts
vendored
@ -8,7 +8,7 @@ declare interface FileVO {
|
||||
* 文件名称
|
||||
*
|
||||
*/
|
||||
name?: string
|
||||
name: string
|
||||
/**
|
||||
* 文件大小(字节)
|
||||
*
|
||||
|
Reference in New Issue
Block a user