Skip to content

Commit 3a7ba40

Browse files
committed
update types
1 parent 79529b8 commit 3a7ba40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/src/lib/config/nav-menu/nav-item-config.model.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NavMenuItem } from "lib/functions/nav-menu-item.model";
22
export interface NavItemConfig {
33
about: NavMenuItem;
4+
aboutUs: NavMenuItem;
45
announcements: NavMenuItem;
56
articles: NavMenuItem;
67
benefits: NavMenuItem;

0 commit comments

Comments
 (0)