[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [DescribeNodeResponse](./puppeteer.protocol.dom.describenoderesponse.md) ## Protocol.DOM.DescribeNodeResponse interface Signature: ```typescript export interface DescribeNodeResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [node](./puppeteer.protocol.dom.describenoderesponse.node.md) | [Node](./puppeteer.protocol.dom.node.md) | Node description. |