23 lines
706 B
Markdown
23 lines
706 B
Markdown
|
---
|
||
|
sidebar_label: BrowserFetcherRevisionInfo
|
||
|
---
|
||
|
|
||
|
# BrowserFetcherRevisionInfo interface
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
export interface BrowserFetcherRevisionInfo
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description | Default |
|
||
|
| -------------- | --------- | ------- | ----------- | ------- |
|
||
|
| executablePath | | string | | |
|
||
|
| folderPath | | string | | |
|
||
|
| local | | boolean | | |
|
||
|
| product | | string | | |
|
||
|
| revision | | string | | |
|
||
|
| url | | string | | |
|