@taiyi-io/api-connector-ts
    Preparing search index...

    Interface AddressRanges

    interface AddressRanges {
        allocated?: AllocatedAddress[];
        ranges?: AddressRange[];
    }
    Index

    Properties

    Properties

    allocated?: AllocatedAddress[]
    ranges?: AddressRange[]