node-tado-client
    Preparing search index...

    Type Alias HomeAddress

    type HomeAddress = {
        addressLine1: string;
        addressLine2: string | null;
        city: string;
        country: Country;
        state: string | null;
        zipCode: string;
    }
    Index

    Properties

    addressLine1: string
    addressLine2: string | null
    city: string
    country: Country
    state: string | null
    zipCode: string