TypeAlias.MyInvestHolding
type MyInvestHolding = z.infer<typeof myInvestHoldingSchema>;
Current investor's holding in a fund (investor-facing, narrower than InvestHolding).
type MyInvestHolding = z.infer<typeof myInvestHoldingSchema>;
Current investor's holding in a fund (investor-facing, narrower than InvestHolding).