UNPKG

gohl

Version:

Go Highlevel Node Js ease of use library implementation to their API

8 lines (7 loc) 165 B
export interface IOpportunityFollowerResponse { success: boolean; traceId: string; } export interface IOpportunityFollowerRequest { userIds: string[]; }