dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
14 lines
199 B
Markdown
14 lines
199 B
Markdown
---
|
|
sidebar_label: InterceptResolutionState.priority
|
|
---
|
|
|
|
# InterceptResolutionState.priority property
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface InterceptResolutionState {
|
|
priority?: number;
|
|
}
|
|
```
|