# NETWORK_TYPE_ENUM variable · @imqueue/net

Source: https://imqueue.org/api/net/latest/net.network_type_enum/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/net 3.0.2 — generated reference, not hand-written

The literal `"'ipv4' | 'ipv6'"`, for embedding a union of the [NetworkType](https://imqueue.org/api/net/latest/net.networktype/) values in an error message.

**Signature:**

```typescript
NETWORK_TYPE_ENUM = "'ipv4' | 'ipv6'"
```

## Remarks

A string of TypeScript source, not a type — it exists so that a thrown message can list the accepted values without a second place to update when the enum changes.

