Type alias NEMeetingInterpreter

NEMeetingInterpreter: {
    firstLang: string;
    isValid: boolean;
    secondLang: string;
    userId: string;
}

Type declaration

  • firstLang: string
  • isValid: boolean
  • secondLang: string
  • userId: string