import { Balance } from "./Balance";

export interface SubAccountBalance {
  wallet: Balance[];
  spot: Balance[];
}
