diff options
Diffstat (limited to 'protocol.d.ts')
-rw-r--r-- | protocol.d.ts | 2 |
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, |