1// Copyright 2022 the octopower authors. 2// This project is dual-licensed under Apache 2.0 and MIT terms. 3// See LICENSE-APACHE and LICENSE-MIT for details. 4 5//! Types used for the results of API calls. 6 7pub mod account; 8pub mod consumption;