feat: 💨
This commit is contained in:
5
src/types/index.d.ts
vendored
5
src/types/index.d.ts
vendored
@@ -116,6 +116,11 @@ export type TImetaInfo = {
|
||||
pubkey?: string
|
||||
}
|
||||
|
||||
export type TPublishOptions = {
|
||||
specifiedRelayUrls?: string[]
|
||||
additionalRelayUrls?: string[]
|
||||
}
|
||||
|
||||
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'
|
||||
|
||||
export type TNotificationType = 'all' | 'mentions' | 'reactions' | 'zaps'
|
||||
|
||||
Reference in New Issue
Block a user