add mention to composer
This commit is contained in:
7
src/utils/types.d.ts
vendored
7
src/utils/types.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { NDKEvent } from '@nostr-dev-kit/ndk';
|
||||
import { NDKEvent, NDKUserProfile } from '@nostr-dev-kit/ndk';
|
||||
|
||||
export interface LumeEvent extends NDKEvent {
|
||||
event_id?: string;
|
||||
@@ -15,6 +15,11 @@ export interface Account {
|
||||
is_active: number;
|
||||
}
|
||||
|
||||
export interface Profile extends NDKUserProfile {
|
||||
ident?: string;
|
||||
pubkey?: string;
|
||||
}
|
||||
|
||||
export interface Block {
|
||||
id: string;
|
||||
account_id: number;
|
||||
|
||||
Reference in New Issue
Block a user