UNPKG

@edicarlos.lds/businessmap-mcp

Version:

Model Context Protocol server for BusinessMap (Kanbanize) integration

11 lines 245 B
export interface Workspace { workspace_id?: number; type: number; is_archived: number; name: string; } export interface CreateWorkspaceParams { name: string; description?: string; } //# sourceMappingURL=workspace.d.ts.map