/**
* 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
*/
/**
* The inputs and options provided when running the tool (maps to 'toolPayload' in GraphQL)
*/
export type RunToolPayload = { [key: string]: unknown };