/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1KeyboardButton } from './webitelImApiGatewayV1KeyboardButton.zod'; /** * A standard horizontal row of interactive buttons without a section header. */ export interface WebitelImApiGatewayV1KeyboardRow { /** * Horizontal collection of buttons. * Capped at 10 to ensure UI responsiveness and prevent overflow. */ buttons?: WebitelImApiGatewayV1KeyboardButton[]; }