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