export interface NavigationGroupInterface {
    id: string;
    label: string;
    icon?: string;
    order: number;
}
