interface UserBalanceInfoDTO {
    lpAmount: string;
    rewardDebt: string;
}

Hierarchy (View Summary)

Properties

Properties

lpAmount: string
rewardDebt: string