Type Alias ActiveRoomInfoResponse

ActiveRoomInfoResponse: { status: boolean; msg: string; room?: Room }

Type declaration

  • status: boolean
  • msg: string
  • Optionalroom?: Room