packages/autorest.python/autorest/multiapi/models/imports.py [64:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                ImportType,
                Dict[
                    str,
                    Set[
                        Optional[
                            Union[
                                str,
                                Tuple[
                                    str,
                                    str,
                                ],
                                Tuple[
                                    str,
                                    Optional[str],
                                    Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
                                ],
                            ]
                        ]
                    ],
                ],
            ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



packages/autorest.python/autorest/multiapi/serializers/import_serializer.py [105:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ImportType,
        Dict[
            str,
            Set[
                Optional[
                    Union[
                        str,
                        Tuple[
                            str,
                            str,
                        ],
                        Tuple[
                            str,
                            Optional[str],
                            Tuple[Tuple[Tuple[int, int], str, Optional[str]]],
                        ],
                    ]
                ]
            ],
        ],
    ],
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



