Skip to content

Commit 96b8d49

Browse files
committed
Fix empty result type
1 parent 6abc9bb commit 96b8d49

File tree

3 files changed

+3
-17
lines changed

3 files changed

+3
-17
lines changed

docs/specification/draft/schema.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.json

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ export interface DeleteTaskRequest extends JSONRPCRequest {
13571357
*
13581358
* @category tasks/delete
13591359
*/
1360-
export interface DeleteTaskResult extends Result {}
1360+
export type DeleteTaskResult = Result;
13611361

13621362
/**
13631363
* A request to retrieve a list of tasks.

0 commit comments

Comments
 (0)