| 248 | } |
| 249 | |
| 250 | pub struct UpdateTopicParentTopics<'l> { |
| 251 | pub actor: Arc<Viewer>, |
| 252 | pub parent_topic_ids: &'l [ExternalId], |
| 253 | pub repo_id: RepoId, |
| 254 | pub topic_id: &'l ExternalId, |
| 255 | } |
| 256 | |
| 257 | pub struct UpdateTopicParentTopicsResult { |
| 258 | pub alerts: Vec<Alert>, |