Skip to content

Commit

Permalink
Minor clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jul 23, 2024
1 parent d46bb14 commit 645aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export type WatchOptionEvents = {
onCancel?: Function;
onRemove?: Function;
onStart?: Function;
}
};

export type ObserveWatch = {
options: WatchOptions;
Expand Down

0 comments on commit 645aff8

Please sign in to comment.