Skip to content

Commit

Permalink
chore: Addd type to query response
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Apr 21, 2024
1 parent a279557 commit 9ad98d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { TermView } from '@src/languages/application/term/viewModel/termView';
import QueryResponse from '@src/shared/domain/bus/queryBus/queryResponse';

export default class FindSuggestionsTermQueryResponse extends QueryResponse {
private constructor(terms: object) {
private constructor(terms: TermView[]) {
super(terms);
}

Expand Down

0 comments on commit 9ad98d2

Please sign in to comment.