# CorporationsStructuresSovereigntyHubsDetailReagent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **number** | Amount of reagent in the bay at the time of \'last_updated\' | [default to undefined] **burning_per_hour** | **number** | Amount of reagent burning per hour | [default to undefined] **type_id** | **number** | Reagent\'s type ID | [default to undefined] ## Example ```typescript import { CorporationsStructuresSovereigntyHubsDetailReagent } from 'eve-esi-client-ts'; const instance: CorporationsStructuresSovereigntyHubsDetailReagent = { amount, burning_per_hour, type_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)