Models

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


class ProtocolPackUploadRequest:
    file: Optional[str]