feat: 💨
This commit is contained in:
parent
3878b84f4c
commit
35df916a19
17 changed files with 183 additions and 208 deletions
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
|
|
@ -104,7 +104,7 @@ export type TAccount = {
|
|||
|
||||
export type TAccountPointer = Pick<TAccount, 'pubkey' | 'signerType'>
|
||||
|
||||
export type TFeedType = 'following' | 'relays' | 'relay' | 'temporary' | 'bookmarks'
|
||||
export type TFeedType = 'following' | 'relays' | 'relay' | 'bookmarks'
|
||||
export type TFeedInfo = { feedType: TFeedType; id?: string }
|
||||
|
||||
export type TLanguage = 'en' | 'zh' | 'pl'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue