<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`HeadingSubpathResult`](HeadingSubpathResult)
## HeadingSubpathResult interface
0.9.16
**Signature:**
```typescript
export interface HeadingSubpathResult extends SubpathResult
```
**Extends:** [`SubpathResult`](SubpathResult)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`current`](HeadingSubpathResult/current) | | [`HeadingCache`](HeadingCache) | 0.9.16 |
| [`end`](SubpathResult/end) | | [`Loc`](Loc)<code> | null</code> | <p>(Inherited from [SubpathResult](SubpathResult)<!-- -->)</p> |
| [`next`](HeadingSubpathResult/next) | | [`HeadingCache`](HeadingCache) | 0.9.16 |
| [`start`](SubpathResult/start) | | [`Loc`](Loc) | <p>(Inherited from [SubpathResult](SubpathResult)<!-- -->)</p> |
| [`type`](HeadingSubpathResult/type) | | <code>'heading'</code> | 0.9.16 |