export interface Assignment { engagementKey: string; oppKey: string; profileKey: string; shiftKey: string; teamKey: string; }