UIElementTooDeep
import type { UIElementTooDeep } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";A warning that the screen hierarchy is deeper than the recommended threshold.
interface UIElementTooDeep  {
depth?: number;
screenId?: string;
screenStateId?: string;
}