Skip to content

Commit

Permalink
Merge pull request #48 from jmrog/fix-filesystemhandlepermissiondescr…
Browse files Browse the repository at this point in the history
…iptor-typings

Fix typings for FileSystemHandlePermissionDescriptor (close #47)
  • Loading branch information
tomayac authored May 12, 2021
2 parents 2ea28fc + 16167f2 commit 184e287
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ export interface FileWithHandle extends File {
// and is implemented as part of microsoft/TSJS-lib-generator.

export interface FileSystemHandlePermissionDescriptor {
fileSystemHandle: FileSystemHandle;
mode: 'read' | 'readWrite';
mode?: 'read' | 'readwrite';
}

export interface FileSystemHandle {
Expand Down

0 comments on commit 184e287

Please sign in to comment.