UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

7 lines (5 loc) 138 B
import type { TokenConfig } from "../environments/index.js"; export type MorphoStakingReward = { apr: number; token: TokenConfig; };