puppeteer/new-docs/puppeteer.protocol.database.executesqlresponse.md
2020-07-13 14:01:35 +01:00

841 B

Home > puppeteer > Protocol > Database > ExecuteSQLResponse

Protocol.Database.ExecuteSQLResponse interface

Signature:

export interface ExecuteSQLResponse 

Properties

Property Type Description
columnNames string[]
sqlError Error
values any[]