Skip to content

Commit

Permalink
♻️ (core): Remove unused params types in sendCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Jun 12, 2024
1 parent fe0a537 commit a5564a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/core/src/api/command/use-case/SendCommandUseCase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export type SendCommandUseCaseArgs<Response, Args = void> = {
* The command to send.
*/
command: Command<Response, Args>;
/**
* The parameters of the command.
*/
params: Args;
};

/**
Expand Down

0 comments on commit a5564a1

Please sign in to comment.