from typing import TypedDict


class SerializedRowHistoryFieldMetadata(TypedDict):
    id: int
    type: str
