Skip to content

Commit

Permalink
Add undefined in doc for option tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Aug 22, 2023
1 parent 0942ab5 commit 73351c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class AppOptions {
/**
* Tool name indexed object containing individual tool configurations.
*
* @type {Object<string, ToolConfig>}
* @type {Object<string, ToolConfig>|undefined}

Check warning on line 101 in src/app/application.js

View workflow job for this annotation

GitHub Actions / build

Use object shorthand or index signatures instead of `Object`, e.g., `{[key: string]: string}`
*/
tools;
/**
Expand Down

0 comments on commit 73351c0

Please sign in to comment.