SW Combine SDK
    Preparing search index...

    Interface CharacterMeSkillCategory

    interface CharacterMeSkillCategory {
        attributes?: {
            count?: number;
            force?: "true" | "false";
            [key: string]: unknown;
        };
        skill?: CharacterMeSkillEntry[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: {
        count?: number;
        force?: "true" | "false";
        [key: string]: unknown;
    }