UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

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