feat: add support for commenting and reacting on external content
This commit is contained in:
9
src/types/index.d.ts
vendored
9
src/types/index.d.ts
vendored
@@ -170,7 +170,14 @@ export type TPollCreateData = {
|
||||
endsAt?: number
|
||||
}
|
||||
|
||||
export type TSearchType = 'profile' | 'profiles' | 'notes' | 'note' | 'hashtag' | 'relay'
|
||||
export type TSearchType =
|
||||
| 'profile'
|
||||
| 'profiles'
|
||||
| 'notes'
|
||||
| 'note'
|
||||
| 'hashtag'
|
||||
| 'relay'
|
||||
| 'externalContent'
|
||||
|
||||
export type TSearchParams = {
|
||||
type: TSearchType
|
||||
|
||||
Reference in New Issue
Block a user