SW Combine SDK
    Preparing search index...

    Interface CharacterMePrivilegeGroup

    interface CharacterMePrivilegeGroup {
        attributes?: { count?: number; name?: string; [key: string]: unknown };
        privilege?: CharacterMePrivilegeEntry[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    attributes?: { count?: number; name?: string; [key: string]: unknown }