chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:33:44 +08:00
commit cc996c6028
968 changed files with 520087 additions and 0 deletions
@@ -0,0 +1,46 @@
[@redeye/parser-core](../index.md) / ParserServer
# Interface: ParserServer
## Table of contents
### Properties
- [name](ParserServer.md#name)
- [type](ParserServer.md#type)
## Properties
### name
**name**: `string`
The name of the server
#### Defined in
[parser-server.ts:7](https://github.com/cisagov/RedEye/blob/bd5dfc45/parsers/parser-core/src/parser-output/parser-server.ts#L7)
---
### type
`Optional` **type**: `"http"` \| `"https"` \| `"smb"` \| `"dns"`
The type of server
**`Default`**
```ts
'http';
```
**`Example`**
```ts
type = 'https';
```
#### Defined in
[parser-server.ts:15](https://github.com/cisagov/RedEye/blob/bd5dfc45/parsers/parser-core/src/parser-output/parser-server.ts#L15)