interface Ipv6Address {
    parts: Uint16Array;
    type: "ipv6";
    zoneId?: string;
}

Properties

Properties

parts: Uint16Array
type: "ipv6"
zoneId?: string