feat: add topic hierarchy APIs
This commit is contained in:
@@ -21,6 +21,11 @@ export interface AddFactInput {
|
||||
topics: TopicLinkInput[];
|
||||
}
|
||||
|
||||
export interface LinkTopicsInput {
|
||||
parentName: string;
|
||||
childName: string;
|
||||
}
|
||||
|
||||
export interface Topic {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user