diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/MaxGaugeBySource.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/MaxGaugeBySource.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/MaxGaugeBySource.md b/jb-ui/src/api_fsb/docs/MaxGaugeBySource.md new file mode 100644 index 0000000..53def64 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/MaxGaugeBySource.md @@ -0,0 +1,22 @@ +# MaxGaugeBySource + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**value** | **number** | | [optional] [default to undefined] +**by_source** | **{ [key: string]: number; }** | | [optional] [default to undefined] + +## Example + +```typescript +import { MaxGaugeBySource } from './api'; + +const instance: MaxGaugeBySource = { + value, + by_source, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
