Skip to content

Commit

Permalink
chore: Add 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 a60cca8 commit a279557
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 SearchTermResponse extends QueryResponse {
private constructor(terms: object) {
private constructor(terms: TermView[]) {
super(terms);
}

Expand Down

0 comments on commit a279557

Please sign in to comment.