Type alias UserInfoStructOutput

UserInfoStructOutput: [shares: bigint, __deprecated_reward: bigint, rewardDebt: bigint] & {
    __deprecated_reward: bigint;
    rewardDebt: bigint;
    shares: bigint;
}

Generated using TypeDoc