/** * This file was auto-generated by Fern from our API Definition. */ /** * Response payload with provider id and execution output from a Composio tool. */ export interface ComposioExecuteToolResponse { provider: "COMPOSIO"; data: Record; }