## CloudConnectionInterface

**Type:** GraphQL interfaces

### Fields
- providerId (ID)
- status (CloudConnectionStatus, Not Null): undefined

- connectionError (String)
- template (CloudConnectionTemplate, Not Null): undefined
  - providerName (String)
  - providerDescription (String)
  - image (Image)

---

## HomeMemberInterface

**Type:** GraphQL interfaces

### Fields
- firstName (String)
- lastName (String)
- phoneNumber (PhoneNumber): undefined
  - countryCode (String)
  - nationalNumber (String)
- account (HomeMemberAccount, Not Null): undefined
  - id (ID)
  - email (String)
  - avatar (Avatar)
- isEmergencyContact (Boolean)
- isAlarmStationContact (Boolean)

---

## Node

**Type:** GraphQL interfaces

### Fields
- id (ID)

---

## TraitAttributeInterface

**Type:** GraphQL interfaces

### Fields
- name (String)
- dataType (TraitAttributeDataType, Not Null): undefined

- editable (Boolean)

---

## AlarmInterface

**Type:** GraphQL interfaces

### Fields
- id (ID)
- state (AlarmState, Not Null): undefined

- triggeredAt (String)
- snoozeExpiresAt (String)
- areas (Area, Not Null): undefined
  - id (ID)
  - areaName (String)
  - areaType (AreaType)
  - size (Float)
  - floor (Int)
  - children (Boolean)
  - devices (Device)
  - accessPolicies (HomeProfileActionAccess)
- notificationLifecycle (AlarmNotificationLifecycle): undefined
  - id (ID)
  - notifications (AlarmNotification)
- alarmStationNotificationLifecycle (AlarmStationNotificationLifecycle): undefined
  - deviceEvents (AlarmStationDeviceEventLifecycle)

---

## CollectiveAlarmInterface

**Type:** GraphQL interfaces

### Fields
- id (ID)
- state (CollectiveAlarmState, Not Null): undefined


---

## PayloadError

**Type:** GraphQL interfaces

### Fields
- message (String)
- path (String)

---

## UpdatePayloadInterface

**Type:** GraphQL interfaces

### Fields
- partyId (ID)
- homeId (ID)
- action (UpdatedAction): undefined


---

## ProjectInterface

**Type:** GraphQL interfaces

### Fields
- id (ID)
- installerId (ID)
- status (ProjectStatus, Not Null): undefined

- avatar (ImageInfo): undefined
  - url (ImageUrl)
  - uploadUrl (String)

