declare enum MeetingInfoType {
'topic' = 'topic', 'host' = 'host', 'mn' = 'mn', 'pwd' = 'pwd', 'telPwd' = 'telPwd', 'invite' = 'invite', 'participant' = 'participant', 'dc' = 'dc', 'enctype' = 'enctype', 'report' = 'report'
}
can you try modefy MeetingInfoType define and pass typescript type check?