export interface CustomerCardExpandType { caseId?: string; contactId?: string; detail: boolean; contact: boolean; channels: boolean; activity: boolean; currentInteraction: boolean; }