We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97d103 commit 094217dCopy full SHA for 094217d
tests/src/rest/portfolios/interfaces.ts
@@ -16,4 +16,5 @@ export type PortfolioInfoResult = {
16
locked: string;
17
asset: string;
18
}[];
19
+ custodian?: string;
20
};
0 commit comments