Use Declared Type

interface SoftwareInfoModel {
    id: string;
    nodes: undefined | NodeInfoType[];
}

Properties

Properties

id: string

Unique identifier for the model instance

nodes: undefined | NodeInfoType[]

Software information for all device nodes, including KOS versions and artifacts