feat: improve search user experience
This commit is contained in:
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@@ -169,7 +169,7 @@ export type TPollCreateData = {
|
||||
endsAt?: number
|
||||
}
|
||||
|
||||
export type TSearchType = 'profile' | 'profiles' | 'notes' | 'hashtag' | 'relay'
|
||||
export type TSearchType = 'profile' | 'profiles' | 'notes' | 'note' | 'hashtag' | 'relay'
|
||||
|
||||
export type TSearchParams = {
|
||||
type: TSearchType
|
||||
|
||||
Reference in New Issue
Block a user