Skip to content

Commit

Permalink
feat: add filter to Suggestion model
Browse files Browse the repository at this point in the history
  • Loading branch information
javieri-empathy committed Apr 29, 2021
1 parent 3951c7d commit 2c89670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/search-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export interface Result {

export interface Suggestion {
query: string;
filter: string;
}

0 comments on commit 2c89670

Please sign in to comment.