right now I'm using `export type SearchResponse = ...
# community-help
d
right now I'm using
export type SearchResponse = Awaited<ReturnType<SearchController['search']>>
which is returning
SearchResult<object>