aboutsummaryrefslogtreecommitdiff
path: root/protocol.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.d.ts')
-rw-r--r--protocol.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocol.d.ts b/protocol.d.ts
index 0657cdf..16f45d8 100644
--- a/protocol.d.ts
+++ b/protocol.d.ts
@@ -20,8 +20,6 @@ interface DownloadResponse {
data: { tasks: Task[] }
}
-
-
interface Task {
name: string,
description: string,