-- | Definition of types used to set up the API.

module OANDA.Environment
  ( OandaEnv
  , apiType
  , accessToken
  , sandboxAuth
  , practiceAuth
  , liveAuth
  , APIType (..)
  , AccessToken (..)
  , AccountID (..)
  , Side (..)
  , InstrumentText
  ) where

import OANDA.Internal