summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/MarketplaceSummary.md
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/src/api_fsb/docs/MarketplaceSummary.md')
-rw-r--r--jb-ui/src/api_fsb/docs/MarketplaceSummary.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/MarketplaceSummary.md b/jb-ui/src/api_fsb/docs/MarketplaceSummary.md
new file mode 100644
index 0000000..4a9c430
--- /dev/null
+++ b/jb-ui/src/api_fsb/docs/MarketplaceSummary.md
@@ -0,0 +1,22 @@
+# MarketplaceSummary
+
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**inventory** | [**MarketplaceInventorySummary**](MarketplaceInventorySummary.md) | Inventory of the marketplace | [default to undefined]
+**user_activity** | **string** | | [optional] [default to undefined]
+
+## Example
+
+```typescript
+import { MarketplaceSummary } from './api';
+
+const instance: MarketplaceSummary = {
+ inventory,
+ user_activity,
+};
+```
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)