jsdocs fix

This commit is contained in:
Yuri Kuznetsov
2023-12-29 15:25:15 +02:00
parent dd5ecc5752
commit 7f34ebc1d7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class BottomPanelView extends View {
/**
* @protected
* @type {module:views/record/panels/bottom~defs}
* @type {module:views/record/panels/bottom~defs|Object.<string, *>}
*/
defs
@@ -34,6 +34,8 @@ import RecordModal from 'helpers/record-modal';
/**
* A relationship panel.
*
* @property {Object} defs
*/
class RelationshipPanelView extends BottomPanelView {