Skip to content

Commit

Permalink
Reference FileChangeType (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Jun 11, 2024
1 parent ba4c230 commit b96d565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ interface FileEvent {
/**
* The change type.
*/
type: uinteger;
type: FileChangeType;
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ interface FileEvent {
/**
* The change type.
*/
type: uinteger;
type: FileChangeType;
}
```

Expand Down

0 comments on commit b96d565

Please sign in to comment.