/** * @example * { * folder_id: "folder_id" * } */ export interface SearchInternalArticlesRequest { /** The ID of the folder to search in. */ folder_id?: string; }