Documentation
    Preparing search index...
    interface AddressesDaum {
        addresse: string;
        country_code: string;
        id: any;
        is_valid: boolean;
        postal_code: string;
        type: string;
    }
    Index

    Properties

    addresse: string
    country_code: string
    id: any
    is_valid: boolean
    postal_code: string
    type: string