NETWORK_TYPE_ENUM variable

The literal "'ipv4' | 'ipv6'", for embedding a union of the NetworkType values in an error message.

Signature:

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.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.