mwg API
    Preparing search index...

    Interface ScoreSubjectFilter

    What subjectsWhere selects on: the unit attributes a ScoreSubject may carry, each optional.

    interface ScoreSubjectFilter {
        can_recruit?: boolean;
        name?: string;
        role?: string;
        side?: string;
        type?: string;
    }
    Index
    can_recruit?: boolean
    name?: string
    role?: string
    side?: string
    type?: string