Type Alias CIDR<T>

CIDR<T>: {
    address: T;
    prefix: Prefix<T>;
}

Type Parameters