/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * Public view of the meeting (limited fields). */ export interface WebMeetingBackendMeetingView { /** Flag indicating if satisfaction feedback is allowed. */ allowSatisfaction?: boolean; /** Timestamp when the meeting was created (Unix). */ createdAt?: string; /** Timestamp when the meeting link expires (Unix). */ expiresAt?: string; /** Current satisfaction rating. */ satisfaction?: string; /** Title or topic of the meeting. */ title?: string; }