Type alias CivicaStreetName
CivicaStreetName: {
blockId: number;
formattedAccount: string;
formattedStreet: string;
name: string;
postCode: string;
streetId: number;
suburbId: number;
suburbName: string;
suburbState: string;
typeCode: string;
typeDescription: string;
}
Type declaration
blockId: number
formattedAccount: string
formattedStreet: string
name: string
postCode: string
streetId: number
suburbId: number
suburbName: string
suburbState: string
typeCode: string
typeDescription: string