add missing property to NavBarLinkRef interface

This commit is contained in:
Denys Vuika 2019-01-15 10:53:45 +00:00
parent c8303f3479
commit e3648dea5f

View File

@ -28,4 +28,5 @@ export interface NavBarLinkRef extends ExtensionElement {
url?: string; // evaluated at runtime based on route ref
description?: string;
children?: Array<NavBarLinkRef>;
}