node-tado-client
    Preparing search index...

    Type Alias Invitation

    type Invitation = {
        email: string;
        firstSent: string;
        home: Home;
        inviter: Inviter;
        lastSent: string;
        token: string;
    }
    Index

    Properties

    email: string
    firstSent: string
    home: Home
    inviter: Inviter
    lastSent: string
    token: string