# CorporationsProjectsDetailProgress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **current** | **number** | Current progress | [default to undefined] **desired** | **number** | Desired progress | [default to undefined] ## Example ```typescript import { CorporationsProjectsDetailProgress } from 'eve-esi-client-ts'; const instance: CorporationsProjectsDetailProgress = { current, desired, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)