19 lines
674 B
Markdown
19 lines
674 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Database](./puppeteer.protocol.database.md) > [GetDatabaseTableNamesResponse](./puppeteer.protocol.database.getdatabasetablenamesresponse.md)
|
|
|
|
## Protocol.Database.GetDatabaseTableNamesResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetDatabaseTableNamesResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [tableNames](./puppeteer.protocol.database.getdatabasetablenamesresponse.tablenames.md) | string\[\] | |
|
|
|