interface ConsistencyTableError {
    affectedRowType: TableType;
    details: string;
}

Properties

affectedRowType: TableType
details: string