from __future__ import annotations from typing import TypedDict class Overwrite(TypedDict): a: int d: int