Remove useless type

This commit is contained in:
ztplz 2019-06-02 20:16:02 +08:00
parent 18d3dee71c
commit bd0479b30b

View File

@ -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;
}