UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

8 lines (7 loc) 154 B
export type Datetime = /** * A date and time following the ISO8601 notation. */ string /** * A date and time as UNIX timestamp notation. */ | number;