
class Robot {
  uid: string = ''
  rid: string = ''
  alias: string = ''
}

export {
  Robot
}
