UNPKG
@bombearn/sdk
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Interaction framework for the yearn protocol
@bombearn/sdk
/
dist
/
test-utils
/
factories
/
accountEarningsResponse.factory.d.ts
4 lines
(3 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
import
{
AccountEarningsResponse
}
from
"../../services/subgraph/responses"
;
export
declare
const
DEFAULT_ACCOUNT_EARNINGS_RESPONSE
:
AccountEarningsResponse
;
export
declare
const
createMockAccountEarningsResponse
:
(
overwrites
?:
Partial
<
AccountEarningsResponse
>
) =>
AccountEarningsResponse
;