MCPcopy Create free account
hub / github.com/experdot/pointer / CreateWorkspaceDTO

Interface CreateWorkspaceDTO

src/renderer/src/types/workspace.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46/** 创建工作区的 DTO */
47export interface CreateWorkspaceDTO {
48 name: string
49 type: WorkspaceType
50 path: string
51}
52
53/** 验证工作区结果 */
54export interface ValidateWorkspaceResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected