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

    Type Alias ArrayProperty

    ArrayProperty: AbstractBaseProperty & {
        structTag?: FPropertyTag;
        type: "ArrayProperty";
        values: any[];
    }