interface SwitchCase implements Node, HasSpanimport { type SwitchCase } from "https://deno.land/x/live@1.56.1/deps.ts"; Propertiestype: "SwitchCase"optionaltest: ExpressionUndefined for default case consequent: Statement[]