export interface IOpportunityFollowerResponse {
    success: boolean;
    traceId: string;
}
export interface IOpportunityFollowerRequest {
    userIds: string[];
}
