UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 227 B
/** * This file was auto-generated by Fern from our API Definition. */ export type Datetime = /** * A date and time following the ISO8601 notation. */ string /** * A date and time as UNIX timestamp notation. */ | number;