@wfcd/profile-parser
    Preparing search index...

    Interface RawOperatorLoadOuts

    interface RawOperatorLoadOuts {
        AbilityOverride: { Ability: string; Index: number };
        attcol?: ProfileRawColors;
        cloth?: ProfileRawColors;
        eyecol?: ProfileRawColors;
        facial?: ProfileRawColors;
        OperatorAmp?: { $oid: string };
        pricol?: ProfileRawColors;
        sigcol?: ProfileRawColors;
        Skins: string[];
        syancol?: ProfileRawColors;
        Upgrades: string[];
    }
    Index

    Properties

    AbilityOverride: { Ability: string; Index: number }
    OperatorAmp?: { $oid: string }
    Skins: string[]
    Upgrades: string[]