import { CustomerCardExpandType } from './expand-type'; export interface CustomerCardUpdateCollapse { caseId?: string; expandedCard?: CustomerCardExpandType; }