Skip to content

Commit

Permalink
refactor: added doc to EditorToolWithUserBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
slaveeks committed Feb 23, 2024
1 parent 6df262d commit 2b83ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/domain/entities/EditorTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default interface EditorTool {
}
}

/**
* Editor tool with user binding
*/
export interface EditorToolWithUserBinding extends EditorTool {
/**
* Is tool included in user's editor settings
Expand Down

0 comments on commit 2b83ef0

Please sign in to comment.