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