Skip to content

Commit

Permalink
Refactor SearchType definition to improve type visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
omdxp committed Dec 19, 2024
1 parent 0fced5b commit 926fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/search/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export interface SearchItem {
type: SearchType;
}

export type SearchType = "project" | "contribution" | "contributor";
type SearchType = "project" | "contribution" | "contributor";

0 comments on commit 926fdde

Please sign in to comment.