@ken-all/kenall
    Preparing search index...

    Interface AddressResolverResponse

    An AddressResolverResponse describes a response to getAddress API call.

    interface AddressResolverResponse {
        data: Address[];
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: Address[]

    The set of the data that match to the query.

    version: string

    The version of the data, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day the source data became available.