interface ColumnDivision {
  id: number;
  surface: number;
  section_id: string;
  bottom: number;
  top: number;
}

export { ColumnDivision };
