Models

from typing import Optional, List, Dict, Union, Any, Literal


class LicenseUplodFile:
    data: Optional[str]
    name: Optional[str]