We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fced5b commit 926fddeCopy full SHA for 926fdde
api/src/search/types.ts
@@ -10,4 +10,4 @@ export interface SearchItem {
10
type: SearchType;
11
}
12
13
-export type SearchType = "project" | "contribution" | "contributor";
+type SearchType = "project" | "contribution" | "contributor";
0 commit comments