unifi-client
Version:
NodeJs client for Unifi products (https://www.ui.com/)
2 lines (1 loc) • 476 B
TypeScript
export type icmpTypeV6 = '' | 'address-unreachable' | 'bad-header' | 'communication-prohibited' | 'destination-unreachable' | 'echo-reply' | 'echo-request' | 'neighbor-advertisement' | 'neighbor-solicitation' | 'no-route' | 'packet-too-big' | 'parameter-problem' | 'port-unreachable' | 'redirect' | 'router-advertisement' | 'router-solicitation' | 'time-exceeded' | 'ttl-zero-during-reassembly' | 'ttl-zero-during-transit' | 'unknown-header-type' | 'unknown-option' | string;