/** * This file was auto-generated by Fern from our API Definition. */ export interface ConversationHistoryTranscriptToolCallWebhookDetails { method: string; url: string; headers?: Record; path_params?: Record; query_params?: Record; body?: string; }