UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

6 lines (5 loc) 218 B
export type BearerToken = string; export declare const BearerToken: { toAuthorizationHeader: (token: BearerToken | undefined) => string | undefined; fromAuthorizationHeader: (header: string) => BearerToken; };