interface IpBlock {
    size: string;
    type: string;
}

Properties

Properties

size: string
type: string