// Copyright (C) 2020-2021 Daniel Mueller <deso@posteo.net>
// SPDX-License-Identifier: GPL-3.0-or-later
/// Definitions surrounding aggregate prices of stocks.
/// Definitions pertaining the available exchanges.
/// Definitions pertaining the available locales.
/// Definitions for retrieving the current market status.
/// Definitions pertaining the available markets.
/// Definitions pertaining a ticker.
/// Definitions for retrieving the available ticker types.
/// A response type used in certain API calls.
pub use Response;
/// An error type for responses indicating failures.
pub use ResponseError;