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

    Interface RawLoadOutPreset

    interface RawLoadOutPreset {
        a?: RawSlotPreset;
        b?: RawSlotPreset;
        Favorite: boolean;
        FocusSchool: string;
        h?: RawSlotPreset;
        l?: RawSlotPreset;
        m?: RawSlotPreset;
        n: string;
        p?: RawSlotPreset;
        PresetIcon: string;
        s: RawSlotPreset;
    }
    Index

    Properties

    a?: RawSlotPreset
    b?: RawSlotPreset
    Favorite: boolean
    FocusSchool: string
    h?: RawSlotPreset
    l?: RawSlotPreset
    m?: RawSlotPreset
    n: string
    p?: RawSlotPreset
    PresetIcon: string
    s: RawSlotPreset