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

    Type Alias TextProperty

    TextProperty: AbstractBaseProperty & {
        propertyTagType: { children: FPropertyTagNode[]; name: "TextProperty" };
        type: "TextProperty";
        value: TextPropertyValue;
    }