Skip to content

Commit 094217d

Browse files
committed
fix: 🐛 add custodian field to the PortfolioInfo type
1 parent f97d103 commit 094217d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/rest/portfolios/interfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ export type PortfolioInfoResult = {
1616
locked: string;
1717
asset: string;
1818
}[];
19+
custodian?: string;
1920
};

0 commit comments

Comments
 (0)