UNPKG

gohl

Version:

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

8 lines (7 loc) 130 B
export interface INote { id?: string; body: string; userId?: string; dateAdded?: string; contactId: string; }