interface ForOfStatement implements Node, HasSpanimport { type ForOfStatement } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; Propertiestype: "ForOfStatement"optionalawait: SpanSpan of the await token. es2018 for-await-of statements, e.g., for await (const x of xs) { left: VariableDeclaration | Patternright: Expressionbody: Statement