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

    Interface AddressRange

    interface AddressRange {
        begin: string;
        end: string;
    }
    Index

    Properties

    Properties

    begin: string
    end: string