@edicarlos.lds/businessmap-mcp
Version:
Model Context Protocol server for BusinessMap (Kanbanize) integration
13 lines • 580 B
TypeScript
import { WorkflowCycleTimeColumn } from '../../types/index.js';
import { BaseClientModuleImpl } from './base-client.js';
export declare class WorkflowClient extends BaseClientModuleImpl {
/**
* Get workflow's cycle time columns
*/
getWorkflowCycleTimeColumns(boardId: number, workflowId: number): Promise<WorkflowCycleTimeColumn[]>;
/**
* Get workflow's effective cycle time columns
*/
getWorkflowEffectiveCycleTimeColumns(boardId: number, workflowId: number): Promise<WorkflowCycleTimeColumn[]>;
}
//# sourceMappingURL=workflow-client.d.ts.map