19 lines
643 B
Markdown
19 lines
643 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Storage](./puppeteer.protocol.storage.md) > [GetUsageAndQuotaRequest](./puppeteer.protocol.storage.getusageandquotarequest.md)
|
|
|
|
## Protocol.Storage.GetUsageAndQuotaRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetUsageAndQuotaRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [origin](./puppeteer.protocol.storage.getusageandquotarequest.origin.md) | string | Security origin. |
|
|
|