task-ep.1.1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { LeadFollowupSummary } from '@/features/crm/leads/types';
|
||||
|
||||
export interface LeadFollowupAdapterCandidate {
|
||||
source: 'lead_followup';
|
||||
followup: LeadFollowupSummary;
|
||||
}
|
||||
Reference in New Issue
Block a user