export enum Fee {
  FAST = "Fast",
  MEDIUM = "Medium",
  SLOW = "Slow",
}
