interface AddressObjectResponse {
    response: {
        @_status: string;
        result: AddressObjectResult;
    };
}

Properties

Properties

response: {
    @_status: string;
    result: AddressObjectResult;
}

Type declaration

Generated using TypeDoc