interface CombinedInstallation {
    clientId: number;
    colorCode?: string;
    description?: string;
    externalId: string;
    id: number;
    image: string;
    installationId: number;
    installationKey?: string;
    installationName: string;
    installationType: number;
    isDeleted: boolean;
    isDepositionLocation: boolean;
    isFinisher: boolean;
    isForeign: boolean;
    isMachine: boolean;
    isProductionMachine: boolean;
    name: string;
    plcDestination?: number;
    projectNumber?: string;
}

Hierarchy (View Summary)

Properties

clientId: number
colorCode?: string
description?: string
externalId: string
id: number
image: string
installationId: number
installationKey?: string
installationName: string
installationType: number
isDeleted: boolean
isDepositionLocation: boolean
isFinisher: boolean
isForeign: boolean
isMachine: boolean
isProductionMachine: boolean
name: string
plcDestination?: number
projectNumber?: string