/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelChatServerAccount } from './webitelChatServerAccount.zod'; import type { WebitelChatServerCheckSessionResponseProperties } from './webitelChatServerCheckSessionResponseProperties.zod'; export interface WebitelChatServerCheckSessionResponse { account?: WebitelChatServerAccount; channelId?: string; clientId?: string; exists?: boolean; /** optional: extra context */ properties?: WebitelChatServerCheckSessionResponseProperties; }