Skip to main content

TypeAlias.MyInvestHolding

type MyInvestHolding = {
lockupEndDate: Date | null;
shares: number;
};

Current investor's holding in a fund (investor-facing, narrower than InvestHolding).

Type Declaration

NameType
lockupEndDateDate
sharesnumber