Skip to content

Commit

Permalink
fix: minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsdsd2 committed Feb 13, 2024
1 parent 49a9d13 commit 381df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/ICommand.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//interface for command pattern
//interface for command pattern useful for accurate typing
export interface ICommand<T> {
execute(...params: any[]): Promise<Result<T>>;
}
Expand Down

0 comments on commit 381df0e

Please sign in to comment.