interface UpdateFeatureAddressAttributes {
    cityID: number;
    cityName: string;
    countryID: number;
    emptyCity: boolean;
    emptyStreet: boolean;
    houseNumber: string;
    stateID: number;
    streetName: string;
}

Properties

cityID: number
cityName: string
countryID: number
emptyCity: boolean
emptyStreet: boolean
houseNumber: string
stateID: number
streetName: string