export type XirrInput = { amount: number; date: string | Date; }; export type InternalXirrInput = { amount: number; day: number; };