UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 389 B
/** * Details of first response time of assigned team in seconds. */ export interface ConversationResponseTime { /** Id of the assigned team. */ team_id?: number; /** Name of the assigned Team, null if team does not exist, Unassigned if no team is assigned. */ team_name?: string; /** First response time of assigned team in seconds. */ response_time?: number; }