interface IListRoomDTO { offset?: number; limit?: number; org: string; orgUnit?: string; status?: string; } export default IListRoomDTO;