mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
841 B
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[] |