Skip to content

Commit

Permalink
Fix typings for FileSystemHandlePermissionDescriptor (close #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrog committed May 12, 2021
1 parent 2ea28fc commit 16167f2
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 16167f2

Please sign in to comment.