Models
from typing import Optional, List, Dict, Union, Any, Literal
class Image:
"""
This is the valid Image type
"""
image: Optional[str]
from typing import Optional, List, Dict, Union, Any, Literal
class Image:
"""
This is the valid Image type
"""
image: Optional[str]