| 77 | |
| 78 | // Full version with tools, triggers, and auth config details |
| 79 | export interface Toolkit extends ToolkitSummary { |
| 80 | description: string; |
| 81 | authSchemes: string[]; |
| 82 | composioManagedAuthSchemes?: string[]; |
| 83 | version: string | null; |
| 84 | tools: Tool[]; |
| 85 | triggers: Trigger[]; |
| 86 | authConfigDetails?: AuthConfigDetail[]; |
| 87 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…