as2fm.jani_generator.scxml_helpers.scxml_to_jani_interfaces_helpers.check_valid_data_declaration

as2fm.jani_generator.scxml_helpers.scxml_to_jani_interfaces_helpers.check_valid_data_declaration(data_type: Dict[str, Dict[str, ValidECMAScriptTypes] | ArrayInfo | Type[bool | int | float | MutableSequence | str]] | ArrayInfo | Type[bool | int | float | MutableSequence | str], expr_type: Dict[str, Dict[str, ValidECMAScriptTypes] | ArrayInfo | Type[bool | int | float | MutableSequence | str]] | ArrayInfo | Type[bool | int | float | MutableSequence | str], scxml_origin: _Element) None

Checks if the data type and the extracted instance type are compatible for JANI conversion.