# TypedDictLikeV2

> **Class** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/_internal/_typing/TypedDictLikeV2)

Protocol to represent types that behave like TypedDicts

Version 2: not using `ClassVar` for keys.

## Signature

```python
TypedDictLikeV2()
```

## Extends

- `Protocol`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/langgraph/langgraph/_internal/_typing.py#L21)