Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
iamamitkumar0512 committed Jan 30, 2025
1 parent 9eeb75d commit b9499d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subgraph/accounts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { convertWeiToEther, DECIMAL_ZERO } from '../../common';
import { CollateralDeposit, LeaderboardUserData, UserPortfolioData } from '../../interfaces/sdkTypes';

interface depositedCollateralAccountIdResponse {
export interface depositedCollateralAccountIdResponse {
accountId: string;
collateralDeposits: CollateralDeposit[];
}
Expand Down

0 comments on commit b9499d1

Please sign in to comment.