diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/TopNOfferWallResponse.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/TopNOfferWallResponse.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/TopNOfferWallResponse.md b/jb-ui/src/api_fsb/docs/TopNOfferWallResponse.md new file mode 100644 index 0000000..3d20278 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/TopNOfferWallResponse.md @@ -0,0 +1,22 @@ +# TopNOfferWallResponse + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**info** | [**OfferWallInfo**](OfferWallInfo.md) | | [default to undefined] +**offerwall** | [**TopNOfferWall**](TopNOfferWall.md) | | [default to undefined] + +## Example + +```typescript +import { TopNOfferWallResponse } from './api'; + +const instance: TopNOfferWallResponse = { + 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) |
