@oneblink/sdk-core
    Preparing search index...

    Type Alias CivicaStreetName

    type CivicaStreetName = {
        blockId: number;
        formattedAccount: string;
        formattedStreet: string;
        name: string;
        postCode: string;
        streetId: number;
        suburbId: number;
        suburbName: string;
        suburbState: string;
        typeCode: string;
        typeDescription: string;
    }
    Index

    Properties

    blockId: number
    formattedAccount: string
    formattedStreet: string
    name: string
    postCode: string
    streetId: number
    suburbId: number
    suburbName: string
    suburbState: string
    typeCode: string
    typeDescription: string