UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

7 lines 216 B
import { Task } from "../../types/tasks/Task"; type Options = { taskId: string; }; export declare function getTaskById(options: Options): Promise<Task | null>; export {}; //# sourceMappingURL=getTaskById.d.ts.map