namespace DataModel.Database;

public enum SettingDeepLAction
{
    MANUAL,
    AUTOMATIC_ALL,
}