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

    Type Alias StrProperty

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