Files
DefinitelyTyped/types/intercom-client/index.d.ts
Jinesh Shah 11c45b47fd Added intercom-client (#25510)
* added feather-icons

* added strictfunctiontypes

* added intercom-client

* splitting pull requests by package
2018-05-03 08:28:04 -07:00

14 lines
425 B
TypeScript

// Type definitions for intercom-client 2.9
// Project: https://github.com/intercom/intercom-node
// Definitions by: Jinesh Shah <https://github.com/jineshshah36>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface IdentityVerificationOptions {
secretKey: string;
identifier: string;
}
export const IdentityVerification: {
userHash(opts: IdentityVerificationOptions): string;
};