diff --git a/filesystem/filesystem.d.ts b/filesystem/filesystem.d.ts index d3447f162f..11fb48dd01 100644 --- a/filesystem/filesystem.d.ts +++ b/filesystem/filesystem.d.ts @@ -110,7 +110,7 @@ interface FileSystem{ * The root directory of the file system. * @readonly */ - root:any; + root: DirectoryEntry; } interface Entry {