/** * The orientation of a solar panel. This must be interpreted relative to the azimuth of the roof segment that the panel is placed on. */ export type SolarPanelOrientation = "SOLAR_PANEL_ORIENTATION_UNSPECIFIED" | "LANDSCAPE" | "PORTRAIT";