UNPKG

gohl

Version:

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

12 lines (11 loc) 217 B
export interface ICalendarEventAppointmentNote { id: string; body: string; userId: string; dateAdded: string; contactId: string; createdBy: { id: string; name: string; }; }