SW Combine SDK
    Preparing search index...

    Full privileges response from API

    interface PrivilegesResponse {
        attributes: { count: number; faction_id: number; faction_name: string };
        privilegegroup: PrivilegeGroup[];
    }
    Index

    Properties

    attributes: { count: number; faction_id: number; faction_name: string }
    privilegegroup: PrivilegeGroup[]