UNPKG

gohl

Version:

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

45 lines (44 loc) 1.02 kB
export interface ILocation { id: string; name: string; address: string; city: string; country: string; state: string; postalCode: string; website: string; timezone: string; firstName: string; lastName: string; email: string; phone: string; business: { name: string; address: string; city: string; country: string; state: string; postalCode: string; website: string; timezone: string; }; social: { facebookUrl: string; googlePlus: string; linkedIn: string; foursquare: string; twitter: string; yelp: string; instagram: string; youtube: string; pinterest: string; blogRss: string; googlePlaceId: string; }; settings: { allowDuplicateContact: boolean; allowDuplicateOpportunity: boolean; allowFacebookNameMerge: boolean; disableContactTimezone: boolean; }; }