import { CustomerIncomeTrendData } from './customerIncomeTrend'; import { CustomerIncomeTrendKey } from './customerIncomeTrendKey'; export interface CustomerIncomeState { customerIncomeTrendByPeriod: Record; }