Skip to content

Commit

Permalink
Fix type to match implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
yinm committed Mar 10, 2024
1 parent 7d6e8be commit 456dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export type ProgressEmitter = {
};

export type CopyStatus = {
written: number;
writtenBytes: number;
percent: number;
};

Expand Down

0 comments on commit 456dfde

Please sign in to comment.