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

    Type Alias NameProperty

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