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