import { FuseNavigation } from 'src/@fuse/types'; export const navigation: FuseNavigation[] = [ { id: 'dashboard', title: 'Dashboard', translate: 'NAV.DASHBOARD', type: 'item', icon: 'dashboard', url: '/dashboard' }, { id: 'users', title: 'Users', translate: 'NAV.USERS', type: 'collapsable', children: [ { id: 'user', title: 'User', translate: 'NAV.USER.TITLE', type: 'item', icon: 'email', url: '/pages/users/users', badge: { title: '25', translate: 'NAV.USER.BADGE', bg: '#F44336', fg: '#FFFFFF' } }, { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } } ] }, { id: 'users', title: 'Users', translate: 'NAV.USERS', type: 'collapsable', children: [ { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } }, { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } } ] }, { id: 'users', title: 'Users', translate: 'NAV.USERS', type: 'collapsable', children: [ { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } }, { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } } ] }, { id: 'users', title: 'Users', translate: 'NAV.USERS', type: 'collapsable', children: [ { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } }, { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } } ] }, { id: 'users', title: 'Users', translate: 'NAV.USERS', type: 'collapsable', children: [ { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } }, { id: 'sample', title: 'Sample', translate: 'NAV.SAMPLE.TITLE', type: 'item', icon: 'email', url: '/sample', badge: { title: '25', translate: 'NAV.SAMPLE.BADGE', bg: '#F44336', fg: '#FFFFFF' } } ] } ];