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