/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1PeerIdentity } from './webitelImApiGatewayV1PeerIdentity'; /** * DirectConfig defines settings required to establish a 1:1 thread. */ export interface WebitelImApiGatewayV1DirectConfig { /** IM contact that will be added to the created thread as second member. */ member?: WebitelImApiGatewayV1PeerIdentity; }