/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelImApiGatewayV1Contact } from './webitelImApiGatewayV1Contact'; import type { WebitelImApiGatewayV1ThreadPermissions } from './webitelImApiGatewayV1ThreadPermissions'; import type { WebitelImApiGatewayV1ThreadRole } from './webitelImApiGatewayV1ThreadRole'; /** * ThreadMember represents a thread participant * with optional type-specific settings. */ export interface WebitelImApiGatewayV1ThreadMember { contact?: WebitelImApiGatewayV1Contact; id?: string; permissions?: WebitelImApiGatewayV1ThreadPermissions; role?: WebitelImApiGatewayV1ThreadRole; }