interface ColumnConfigBean {
    columns?: ColumnBean[];
    constraintType?: string;
}

Properties

columns?: ColumnBean[]
constraintType?: string