* 编辑意图状态 - 跟踪用户对描述、标签和分类的操作意图
| 35 | * 编辑意图状态 - 跟踪用户对描述、标签和分类的操作意图 |
| 36 | */ |
| 37 | interface EditIntent { |
| 38 | description: EditIntentType; |
| 39 | tags: EditIntentType; |
| 40 | category: EditIntentType; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * 来源信息显示 |
nothing calls this directly
no outgoing calls
no test coverage detected