19 lines
605 B
Markdown
19 lines
605 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [IO](./puppeteer.protocol.io.md) > [ResolveBlobResponse](./puppeteer.protocol.io.resolveblobresponse.md)
|
|
|
|
## Protocol.IO.ResolveBlobResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ResolveBlobResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [uuid](./puppeteer.protocol.io.resolveblobresponse.uuid.md) | string | UUID of the specified Blob. |
|
|
|