Type alias TNetworthResponse

TNetworthResponse: {
    deltaNetworth: string;
    netWorthEnd: string;
    netWorthEndDate: string;
    netWorthStart: string;
}

Type declaration

  • deltaNetworth: string
  • netWorthEnd: string
  • netWorthEndDate: string
  • netWorthStart: string

Generated using TypeDoc