/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Serializer for Composio tool definition response. */ export interface ComposioToolDefinition { provider: "COMPOSIO"; integration: Vellum.Integration; name: string; label: string; description: string; inputParameters: Record; outputParameters: Record; toolkitVersion: string; }