UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 456 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../../../index"; export type CompaniesRetrieveResponse = Intercom.CompaniesRetrieveResponse.Company | Intercom.CompaniesRetrieveResponse.List; export declare namespace CompaniesRetrieveResponse { interface Company extends Intercom.Company { type: "company"; } interface List extends Intercom.CompanyList { type: "list"; } }