web/satellite: fixing linting errors in the FileEntry component
Transitioned all functions into typescript code and changed the vue component to be a class component. Change-Id: If804c8c58399c304c416f2e53672fa6f9c8bbffe
This commit is contained in:
parent
e67b905b6d
commit
cd0d61f525
File diff suppressed because it is too large
Load Diff
@ -7,5 +7,6 @@
|
||||
export interface BrowserFile extends File {
|
||||
Key: string;
|
||||
LastModified: Date;
|
||||
Size: number;
|
||||
type: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user