1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-01 17:52:17 -05:00
bitwarden/src/Icons/IconsSettings.cs
2018-05-22 12:49:34 -04:00

9 lines
180 B
C#

namespace Bit.Icons
{
public class IconsSettings
{
public virtual int CacheHours { get; set; }
public virtual long? CacheSizeLimit { get; set; }
}
}