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