This module provides a struct to represent a LiveView in the tree.
@type t() :: %LiveDebugger.Structs.TreeNode.LiveView{ assigns: map(), children: [t()], id: String.t(), module: atom(), pid: pid() }