namespace AIStudio.Settings.DataModel;
public enum UpdateInterval
{
NO_CHECK,
ONCE_STARTUP,
HOURLY,
DAILY,
WEEKLY,
}