AnnotationsFtsStemmedConfig.cs

14 lines | 258 B Blame History Raw Download
using System;
using System.Collections.Generic;

#nullable disable

namespace Calibre.Model.Database.Entities
{
    public partial class AnnotationsFtsStemmedConfig
    {
        public byte[] K { get; set; }
        public byte[] V { get; set; }
    }
}