UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 131 B
/** * */ export type UpdateDataAttributeRequestBody = { options: { value?: string | undefined; }[]; } | unknown;