<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`SearchMatchPart`](SearchMatchPart)
## SearchMatchPart type
Text position offsets within text file. Represents a text range \[from offset, to offset\].
**Signature:**
```typescript
export type SearchMatchPart = [number, number];
```