File tree Expand file tree Collapse file tree 2 files changed +390
-1941
lines changed
Expand file tree Collapse file tree 2 files changed +390
-1941
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ export interface NavigationItem {
5555 /** Navigation item type */
5656 type : NavigationItemType ;
5757
58- /** Display label (plain string or I18nLabel object for internationalization ) */
59- label : string | { key : string ; defaultValue ?: string ; params ?: Record < string , any > } ;
58+ /** Display label (plain string per @objectstack/spec v4 protocol ) */
59+ label : string ;
6060
6161 /** Icon name (Lucide) */
6262 icon ?: string ;
@@ -129,8 +129,8 @@ export interface NavigationArea {
129129 /** Unique identifier */
130130 id : string ;
131131
132- /** Display label (plain string or I18nLabel object for internationalization ) */
133- label : string | { key : string ; defaultValue ?: string ; params ?: Record < string , any > } ;
132+ /** Display label (plain string per @objectstack/spec v4 protocol ) */
133+ label : string ;
134134
135135 /** Icon name (Lucide) */
136136 icon ?: string ;
You can’t perform that action at this time.
0 commit comments