export const TABLE_TYPE_DECISION_TABLE = 'decision-table' /** Defines the type of rows in the decision table rowMap */ export enum DecisionTableRowType { SECTION = 'section', ROW = 'row' } export const COLUMN_NAMES_SECTIONS = ['keys', 'comments', 'others'] export const COLUMN_NAMES_SUB_SECTIONS = [ 'equivalenceClasses', 'tdgs', 'comments' ]