SW Combine SDK
    Preparing search index...

    Interface CharacterMeSkillEntry

    interface CharacterMeSkillEntry {
        attributes?: { type?: string; [key: string]: unknown };
        value?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    attributes?: { type?: string; [key: string]: unknown }
    value?: number