@etothepii/satisfactory-file-parser
    Preparing search index...

    Type Alias SetProperty

    SetProperty: AbstractBaseProperty & {
        numElementsToRemove?: number;
        type: "SetProperty";
        values: any[];
    }