UNPKG

gohl

Version:

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

10 lines (9 loc) 221 B
export interface Credientials { clientId?: string; clientSecret?: string; redirectUri?: string; userType?: 'Location' | 'Company'; scopes?: string[]; isWhiteLabel?: boolean; apiKey?: string; }