interface Ipv4Address {
    parts: Uint8Array;
    type: "ipv4";
}

Properties

Properties

parts: Uint8Array
type: "ipv4"