[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [GlobalLexicalScopeNamesResponse](./puppeteer.protocol.runtime.globallexicalscopenamesresponse.md) ## Protocol.Runtime.GlobalLexicalScopeNamesResponse interface Signature: ```typescript export interface GlobalLexicalScopeNamesResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [names](./puppeteer.protocol.runtime.globallexicalscopenamesresponse.names.md) | string\[\] | |