refactor: move bookmarks entry location
This commit is contained in:
parent
a847c4dc56
commit
5c2a016d4b
13 changed files with 95 additions and 69 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -106,7 +106,7 @@ export type TAccount = {
|
|||
|
||||
export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
||||
|
||||
export type TFeedType = 'following' | 'relays' | 'relay' | 'bookmarks'
|
||||
export type TFeedType = 'following' | 'relays' | 'relay'
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string }
|
||||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue