import { BaseYcState, RegisterYCState } from '@yourcause/common/state'; import { CustomerInsights } from './customer-insights.typing'; @RegisterYCState() export class CustomerInsightsState extends BaseYcState { readonly customerInsightData: CustomerInsights.CustomerInsightDataForDate = {}; }