Type Alias BoilerSystemInformation

BoilerSystemInformation: {
    manufacturers: Manufacturer[];
    modelName: string;
    shortModelName: string;
    thumbnail: { schematic: { url: string } };
}

Type declaration

  • manufacturers: Manufacturer[]
  • modelName: string
  • shortModelName: string
  • thumbnail: { schematic: { url: string } }