diff --git a/ext/js/app/popup.js b/ext/js/app/popup.js index 04b0824448..20cf93ed72 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.js @@ -482,7 +482,7 @@ export class Popup extends EventDispatcher { this._frameConnected = true; // Configure - /** @type {import('display').ConfigureMessageDetails} */ + /** @type {import('display').DirectApiParams<'displayConfigure'>} */ const configureParams = { depth: this._depth, parentPopupId: this._id,