# CharactersSkillsSkill ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **active_skill_level** | **number** | The active skill level (can differ from trained due to alpha status and/or active expert systems) | [default to undefined] **skill_id** | **number** | The Type ID of the skill | [default to undefined] **skillpoints_in_skill** | **number** | The amount of Skill Points in the skill | [default to undefined] **trained_skill_level** | **number** | The trained skill level | [default to undefined] ## Example ```typescript import { CharactersSkillsSkill } from 'eve-esi-client-ts'; const instance: CharactersSkillsSkill = { active_skill_level, skill_id, skillpoints_in_skill, trained_skill_level, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)