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

    Type Alias Uint64Property

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