Type Alias AddOpportunityFollowersResponse

AddOpportunityFollowersResponse: {
    followers: string[];
    followersAdded: string[];
}

Type declaration

  • followers: string[]
  • followersAdded: string[]