zzupy.typing 源代码

from typing_extensions import TypedDict


[文档] class DeviceParams(TypedDict): deviceName: str deviceId: str deviceInfo: str deviceInfos: str userAgentPrecursor: int