interface IOpenRoomDTO { openPwd?: string; } export default IOpenRoomDTO;