# CorporationsProjectsContributors ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contributors** | [**Array<CorporationsProjectsContributorsContributor>**](CorporationsProjectsContributorsContributor.md) | List of contributors | [default to undefined] **cursor** | [**Cursor**](Cursor.md) | | [optional] [default to undefined] ## Example ```typescript import { CorporationsProjectsContributors } from 'eve-esi-client-ts'; const instance: CorporationsProjectsContributors = { contributors, cursor, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)