3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
|
|
import type { BackgroundTask } from "../../features/background-agent";
|
||
|
|
export declare function formatTaskStatus(task: BackgroundTask): string;
|