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

Properties

Properties

parts: Uint16Array<ArrayBufferLike>
type: "ipv6"
zoneId?: string