/**
 * Which crypto exchange to pull the data from. Alpaca currently supports `ERSX`, `CBSE`
 */
export enum crypto_exchange {
  ERSX = "ERSX",
  CBSE = "CBSE",
}
