🖊️ types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:57 +00:00
parent f06a0e3c77
commit 04183b200a

View File

@@ -44,3 +44,4 @@ export function isBackgroundTask(task: TaskState): task is BackgroundTaskState {
}
return true
}