UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 195 B
/** * Request parameters for authentication requests. */ export interface AuthRequest { /** * The headers to be included in the request. */ headers: Record<string, string>; }