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