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

    Type Alias IntProperty

    IntProperty: AbstractBaseProperty & {
        propertyTagType: { children: FPropertyTagNode[]; name: "IntProperty" };
        type: "IntProperty";
        value: number;
    }