Skip to content

Commit

Permalink
feat: 新增filename类型
Browse files Browse the repository at this point in the history
  • Loading branch information
976977577 committed Aug 26, 2023
1 parent ce8f4b3 commit ff8c985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export interface StorageFile {
fieldname: string;
encoding: string;
mimetype: string;
filename: string;
originalFilename: string;
}

Expand Down

0 comments on commit ff8c985

Please sign in to comment.