14 lines
200 B
Markdown
14 lines
200 B
Markdown
---
|
|
sidebar_label: BrowserFetcherRevisionInfo.product
|
|
---
|
|
|
|
# BrowserFetcherRevisionInfo.product property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface BrowserFetcherRevisionInfo {
|
|
product: string;
|
|
}
|
|
```
|