Files
oh-my-openagent/dist/tools/background-task/task-status-format.d.ts
2026-03-14 04:56:50 +00:00

3 lines
143 B
TypeScript

import type { BackgroundTask } from "../../features/background-agent";
export declare function formatTaskStatus(task: BackgroundTask): string;