Skip to content

Commit adaa37e

Browse files
committed
feat: removed unused RefreshLendingEligibilityOptions type from EarnController
1 parent 2965d22 commit adaa37e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/earn-controller/src/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ export type RefreshPooledStakingVaultDailyApysOptions = {
2222
export type RefreshLendingPositionsOptions = {
2323
address?: string;
2424
};
25-
26-
export type RefreshLendingEligibilityOptions = {
27-
address?: string;
28-
};

0 commit comments

Comments
 (0)