/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * Action: Sends an asynchronous signal to the backend service. */ export interface WebitelImApiGatewayV1KeyboardButtonCallback { /** Opaque data payload passed back to the server upon interaction. */ data?: string; }