SW Combine SDK
    Preparing search index...

    Skill category from API

    interface SkillCategory {
        attributes?: { count?: number; force?: string };
        skill: SkillEntry[];
    }
    Index

    Properties

    Properties

    attributes?: { count?: number; force?: string }
    skill: SkillEntry[]