UNPKG

gohl

Version:

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

10 lines (9 loc) 174 B
export interface ITask { id?: string; title: string; body: string; assignedTo?: string; dueDate: string; completed: boolean; contactId: string; }