export interface IMenuStructure { translation: string; restrictionExplanation: string; rank: number; isOwned: boolean; structurePath: string; children: IMenuStructure[]; }