interface ForInStatement implements Node, HasSpanimport { type ForInStatement } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; Propertiestype: "ForInStatement"left: VariableDeclaration | Patternright: Expressionbody: Statement