@yamlresume/core
    Preparing search index...

    Type Alias SkillItem

    Represents a single skill, competency, or technical ability.

    SkillItemSchema for its schema constraints.

    type SkillItem = {
        computed?: { keywords: string; level: string };
        keywords?: Keywords;
        level: Level;
        name: string;
    }
    Index
    computed?: { keywords: string; level: string }

    Computed values derived during transformation.

    Type Declaration

    • keywords: string

      Transformed keywords string.

    • level: string

      Translated level string.

    keywords?: Keywords

    Specific keywords or technologies related to the skill.

    level: Level

    Proficiency level in the skill.

    name: string

    Name of the skill.