# LineType

> **Class** in `langchain_text_splitters`

📖 [View in docs](https://reference.langchain.com/python/langchain-text-splitters/markdown/LineType)

Line type as `TypedDict`.

## Signature

```python
LineType()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    metadata: dict[str, str],
    content: str,
)
```

| Name | Type |
|------|------|
| `metadata` | `dict[str, str]` |
| `content` | `str` |


## Properties

- `metadata`
- `content`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/51e954877efd2d2c3c5bf09364dcfec8794eadb0/libs/text-splitters/langchain_text_splitters/markdown.py#L283)