gohl
Version:
Go Highlevel Node Js ease of use library implementation to their API
19 lines (18 loc) • 376 B
TypeScript
export interface IBusiness {
id?: string;
name?: string;
phone?: string;
email?: string;
website?: string;
address?: string;
city?: string;
description?: string;
state?: string;
postalCode?: string;
country?: string;
updatedBy: any;
locationId: string;
createdBy?: any;
createdAt?: string;
updatedAt?: string;
}