Tlapbot/tlapbot/tlapbot_types.py
2024-10-06 11:08:17 +02:00

4 lines
128 B
Python

from typing import Tuple, Any, TypeAlias
Redeem: TypeAlias = Tuple[str, dict[str, Any]]
Redeems: TypeAlias = Tuple[str, Redeem]