diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/UserAmount.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/UserAmount.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/UserAmount.md b/jb-ui/src/api_fsb/docs/UserAmount.md new file mode 100644 index 0000000..3dbc7db --- /dev/null +++ b/jb-ui/src/api_fsb/docs/UserAmount.md @@ -0,0 +1,19 @@ +# UserAmount + +The total amount this user has entered + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +## Example + +```typescript +import { UserAmount } from './api'; + +const instance: UserAmount = { +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
