2022-10-21 13:52:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: Configuration.defaultProduct
|
|
|
|
---
|
|
|
|
|
|
|
|
# Configuration.defaultProduct property
|
|
|
|
|
2022-10-24 14:23:24 +00:00
|
|
|
**Signature:**
|
2022-10-21 13:52:43 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Configuration {
|
|
|
|
defaultProduct?: Product;
|
|
|
|
}
|
|
|
|
```
|