| 45 | |
| 46 | /** 创建工作区的 DTO */ |
| 47 | export interface CreateWorkspaceDTO { |
| 48 | name: string |
| 49 | type: WorkspaceType |
| 50 | path: string |
| 51 | } |
| 52 | |
| 53 | /** 验证工作区结果 */ |
| 54 | export interface ValidateWorkspaceResult { |
nothing calls this directly
no outgoing calls
no test coverage detected