UNPKG

gohl

Version:

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

13 lines (12 loc) 246 B
export interface error400 { statusCode: number; message: string; } export interface error401 extends error400 { error: string; } export interface error422 { statusCode: number; message: string | string[]; error: string; }