UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 193 B
/** * @example * { * folder_id: "folder_id" * } */ export interface SearchInternalArticlesRequest { /** The ID of the folder to search in. */ folder_id?: string; }