feat: add for you column
This commit is contained in:
6
packages/types/index.d.ts
vendored
6
packages/types/index.d.ts
vendored
@@ -115,3 +115,9 @@ export interface NIP05 {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface Interests {
|
||||
hashtags: string[];
|
||||
users: string[];
|
||||
words: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user