UNPKG

ng-intercom

Version:

[![npm](https://img.shields.io/npm/v/ng-intercom.svg)](https://www.npmjs.com/package/ng-intercom) [![npm](https://img.shields.io/npm/dm/ng-intercom.svg)](https://www.npmjs.com/ng-intercom) [![Build status][ci-image]][ci-url] [![Maintenance](https://img.sh

11 lines (10 loc) 242 B
export interface BootInput { custom_launcher_selector?: string; user_id?: string; email?: string; /** * If no app_id is passed, the value on config will be used */ app_id?: string; [propName: string]: any; }