export interface BaseModuleTab { Name: string; Items: string[]; } export interface ModuleDraggableItem { Id: string; Title: string; }