# FreelanceJobsDetailRestrictions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **maximum_age** | **number** | Maximum age of the participant, in days | [optional] [default to undefined] **minimum_age** | **number** | Minimum age of the participant, in days | [optional] [default to undefined] ## Example ```typescript import { FreelanceJobsDetailRestrictions } from 'eve-esi-client-ts'; const instance: FreelanceJobsDetailRestrictions = { maximum_age, minimum_age, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)