from typing_extensions import TypedDict class Action(TypedDict): type: str url: str