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

    Type Alias EnumProperty

    EnumProperty: AbstractBaseProperty & {
        propertyTagType: { children: FPropertyTagNode[]; name: "EnumProperty" };
        type: "EnumProperty";
        value: { name: string; value: string };
    }