/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1VariableEntryRequest } from './webitelImApiGatewayV1VariableEntryRequest'; /** * SetVariablesRequest defines parameters * for setting or updating thread variables. */ export interface WebitelImApiGatewayV1ThreadManagementSetVariablesBody { /** * List of variables to set or update. * Existing variables with the same keys will be overwritten. */ variables?: WebitelImApiGatewayV1VariableEntryRequest[]; }