/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1ThreadVariablesVariables } from './webitelImApiGatewayV1ThreadVariablesVariables.zod'; /** * ThreadVariables contains all variables associated with a thread. */ export interface WebitelImApiGatewayV1ThreadVariables { /** Unique identifier for the thread. */ threadId?: string; /** * Key-value map of variables. * Key is the variable name, value contains data and metadata. */ variables?: WebitelImApiGatewayV1ThreadVariablesVariables; }