mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
Remove useless type
This commit is contained in:
parent
18d3dee71c
commit
bd0479b30b
@ -8,11 +8,7 @@ export interface HttpRequestHeader {
|
||||
|
||||
export interface RcFile extends File {
|
||||
uid: string;
|
||||
readonly name: string;
|
||||
readonly type: string;
|
||||
readonly lastModified: number;
|
||||
readonly lastModifiedDate: Date;
|
||||
readonly size: number;
|
||||
readonly webkitRelativePath: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user