14 lines
168 B
Markdown
14 lines
168 B
Markdown
|
---
|
||
|
sidebar_label: ProductLauncher.product
|
||
|
---
|
||
|
|
||
|
# ProductLauncher.product property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface ProductLauncher {
|
||
|
product: Product;
|
||
|
}
|
||
|
```
|