TypeAlias.MyInvestHolding
type MyInvestHolding = {
lockupEndDate: Date | null;
shares: number;
};
Current investor's holding in a fund (investor-facing, narrower than InvestHolding).
Type Declaration
| Name | Type |
|---|---|
lockupEndDate | Date |
shares | number |