BlockStatementinterface BlockStatement extends Node_2 {body: (JSChildNode | IfStatement)[];type: NodeTypes.JS_BLOCK_STATEMENT;}§Extends§Node_2[src]§Properties§body: (JSChildNode | IfStatement)[][src]§type: NodeTypes.JS_BLOCK_STATEMENT[src]