UNPKG

@axmit/investment-analytics-types

Version:

Types for investment-analytics services

17 lines (16 loc) 393 B
export interface IEthnicity { white: number; mixedEthnicity: number; indian: number; pakistani: number; bangladeshi: number; chinese: number; otherAsian: number; blackAfrican: number; blackCaribbean: number; otherBlackAfricanCaribbean: number; other: number; whitePercent: number; asianAndPacificPercent: number; otherPercent: number; }