type SidebarItem = {
    name: string;
    route: string;
    <%_ if (enableTranslation) { _%>
    translationKey: string;
    <%_ } _%>
};

export default SidebarItem;
