import type { TokenConfig } from "../environments/index.js";

export type MorphoStakingReward = {
  apr: number;
  token: TokenConfig;
};
