feat: add special follow feed
This commit is contained in:
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@@ -107,7 +107,7 @@ export type TAccount = {
|
||||
|
||||
export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
||||
|
||||
export type TFeedType = 'following' | 'relays' | 'relay'
|
||||
export type TFeedType = 'following' | 'pinned' | 'relays' | 'relay'
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string } | null
|
||||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
||||
Reference in New Issue
Block a user