DenoDeno.lint.TSModuleDeclarationinterface Deno.lint.TSModuleDeclarationunstableProperties ##type: "TSModuleDeclaration" #range: Range #declare: boolean #kind: "global" | "module" | "namespace" #id: Identifier | Literal | TSQualifiedName #body: TSModuleBlock | undefined #parent: ExportDefaultDeclaration | ExportNamedDeclaration | Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.TSModuleDeclarationunstableProperties ##type: "TSModuleDeclaration" #range: Range #declare: boolean #kind: "global" | "module" | "namespace" #id: Identifier | Literal | TSQualifiedName #body: TSModuleBlock | undefined #parent: ExportDefaultDeclaration | ExportNamedDeclaration | Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock