export type XSwapFee = {
  tokenFee: string;
  nativeFee: string;
};
