export interface ISectionDto { name: string; root_section_id: number | null; }