import {EntityInterface} from '../interface/entity-interface'; export interface IOperatorMeetingParticipant extends EntityInterface { operator_meeting_id: number; participant_user_id: number; }