# CharactersSkills ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **skills** | [**Array<CharactersSkillsSkill>**](CharactersSkillsSkill.md) | The trained skills | [default to undefined] **total_sp** | **number** | The total Skill Points spent on skills | [default to undefined] **unallocated_sp** | **number** | The amount of unallocated Skill Points | [optional] [default to undefined] ## Example ```typescript import { CharactersSkills } from 'eve-esi-client-ts'; const instance: CharactersSkills = { skills, total_sp, unallocated_sp, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)