/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1ThreadVariables } from './webitelImApiGatewayV1ThreadVariables.zod'; /** * SearchVariablesResponse contains search results * and pagination metadata. */ export interface WebitelImApiGatewayV1SearchVariablesResponse { /** List of thread variables grouped by thread. */ items?: WebitelImApiGatewayV1ThreadVariables[]; /** Indicates if there are more results to fetch. */ next?: boolean; }