UNPKG

gohl

Version:

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

13 lines (12 loc) 297 B
export interface IEmailVerificationResponse { status: "valid" | "invalid" | "unknown"; email: string; domain: string; isDisposable: boolean; isFreeEmail: boolean; isRoleEmail: boolean; traceId: string; } export interface IEmailVerificationParams { email: string; }