AnnotationsFtsStemmed.cs

13 lines | 227 B Blame History Raw Download
using System;
using System.Collections.Generic;

#nullable disable

namespace Calibre.Model.Database.Entities
{
    public partial class AnnotationsFtsStemmed
    {
        public byte[] SearchableText { get; set; }
    }
}