We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01b585 commit d21e246Copy full SHA for d21e246
1 file changed
src/models/response.ts
@@ -2,6 +2,8 @@ export type SortType = 'Count_Ascending' | 'Count_Descending' | 'Value_Ascending
2
3
export interface Results {
4
5
+ id: string;
6
+
7
query: string;
8
originalQuery: string;
9
correctedQuery: string;
0 commit comments