interface GeoscapeAddress {
    addressDetails?: AddressDetails;
    addressId: string;
    addressRecordType: "Primary" | "Secondary";
    asgsMain?: ASGSMain;
    asgsRemoteness?: ASGSRemoteness;
    buildingsRolloutStatus: "RELEASED";
    commonwealthElectorate?: CommonwealthElectorate;
    geo?: Geo;
    links: AddressLinks;
    localGovernmentArea?: LocalGovernmentArea;
    messages?: MessagesLegacy;
    relatedBuildingIds?: string[];
    stateElectorate?: StateElectorate;
    [k: string]: unknown;
}

Indexable

  • [k: string]: unknown

Properties

addressDetails?: AddressDetails
addressId: string
addressRecordType: "Primary" | "Secondary"
asgsMain?: ASGSMain
asgsRemoteness?: ASGSRemoteness
buildingsRolloutStatus: "RELEASED"
commonwealthElectorate?: CommonwealthElectorate
geo?: Geo
links: AddressLinks
localGovernmentArea?: LocalGovernmentArea
messages?: MessagesLegacy
relatedBuildingIds?: string[]
stateElectorate?: StateElectorate