Type Alias Installation

Installation: {
    devices: Device[];
    id: number;
    revision: number;
    state: ACInstallationState | HeatingInstallationState;
    type: InstallationType | null;
}

Type declaration