Skip to content

Commit

Permalink
Add TypeRegistry to OpenMCT typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
skrobchik committed Feb 16, 2024
1 parent 6d28cf5 commit e31a3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmct.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (document.currentScript) {
* @property {*} inspectorViews
* @property {*} propertyEditors
* @property {*} toolbars
* @property {*} types
* @property {import('./src/api/types/TypeRegistry').default} types
* @property {import('./src/api/objects/ObjectAPI').default} objects
* @property {import('./src/api/telemetry/TelemetryAPI').default} telemetry
* @property {import('./src/api/indicators/IndicatorAPI').default} indicators
Expand Down

0 comments on commit e31a3ee

Please sign in to comment.