[menu] link can be external

This commit is contained in:
nymkappa
2024-07-13 00:41:45 +09:00
parent e5489277c6
commit b91774d50c
2 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export type MenuItem = {
i18n: string;
faIcon: IconName;
link: string;
isExternal?: boolean;
};
export type MenuGroup = {
title: string;