export enum SideType {
  BUY = "Buy",
  SELL = "Sell"
}
