Skip to content

Commit

Permalink
fix: exported UserCollateral
Browse files Browse the repository at this point in the history
  • Loading branch information
cosullivan committed Mar 7, 2022
1 parent 64a9027 commit 51a6c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchor-protocol/anchor.js",
"version": "5.0.0",
"version": "5.0.1",
"author": "Anchor Protocol",
"license": "MIT",
"repository": "github:Anchor-Protocol/anchor.js",
Expand Down
2 changes: 1 addition & 1 deletion src/facade/borrow/borrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from '../../queries';
import { Operation, OperationImpl } from '../operation';

interface UserCollateral {
export interface UserCollateral {
collateral: string;
balance: string;
}
Expand Down

0 comments on commit 51a6c25

Please sign in to comment.