Skip to content

Commit

Permalink
add type
Browse files Browse the repository at this point in the history
  • Loading branch information
devonik committed Aug 15, 2023
1 parent 2ecfd86 commit 1a29aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ interface NuxtIntercomConfig {
company?: IntercomUserCompany
/** An array of companies the user is associated to (Only applicable to users) */
companies?: Array<IntercomUserCompany>
/** Can be set in update. Intercom ID */
app_id?: string | undefined
/** Can be set in update. Hide the default launcher icon. Setting to false will forcefully show the launcher icon (See https://docs.intercom.com/configure-intercom-for-your-product-or-site/customize-the-intercom-messenger/turn-off-show-or-hide-the-intercom-messenger) */
hide_default_launcher?: boolean
}

0 comments on commit 1a29aba

Please sign in to comment.