/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* superglue AI API
* API for running superglue AI tools
* OpenAPI spec version: 1.0.0
*/
/**
* Tool execution results (only present when status is success, maps to 'toolResult' in GraphQL)
*/
export type RunData = { [key: string]: unknown };