src/app/modules/dashboard/interfaces/chartData.ts
dataExpr:
footer:
header:
export interface IBigNumberChart { header: 'string'; dataExpr: 'string'; footer?: 'string'; }